Interface Values<TValue>

Possible checkbox control values corresponding to different checkbox states.

Type Parameters

  • TValue

    Checkbox input value type.

Hierarchy

  • Values

Properties

aspects?: Aspect<TValue, TValue> | readonly Aspect<TValue, TValue>[]

Input aspects applied by default.

These are aspect converters to constructed control from the same-valued one.

checked: TValue

Control value of checked checkbox.

intermediate: TValue

Control value of checkbox in intermediate state..

unchecked: TValue

Control value of unchecked checkbox.

Generated using TypeDoc