Table of Contents

Class BOBInputCheckboxVariant

Namespace
BlazOrbit.Components.Forms
Assembly
BlazOrbit.dll

Represents a variant definition for the BOBInputCheckbox<TValue> component.

public sealed class BOBInputCheckboxVariant : Variant, IVariant
Inheritance
object
BOBInputCheckboxVariant
Implements
Inherited Members

Constructors

BOBInputCheckboxVariant(string)

Initializes a new instance of the BOBInputCheckboxVariant class with the specified name.

public BOBInputCheckboxVariant(string name)

Parameters

name string

The variant name.

Fields

Default

The default checkbox variant.

public static readonly BOBInputCheckboxVariant Default

Field Value

BOBInputCheckboxVariant

Methods

Custom(string)

Creates a custom checkbox variant with the specified name.

public static BOBInputCheckboxVariant Custom(string name)

Parameters

name string

The variant name.

Returns

BOBInputCheckboxVariant

A new BOBInputCheckboxVariant instance.