Interface Values<TValue>

Possible radio button control values corresponding to check states.

Type Parameters

  • TValue

    Radio button input value type.

Hierarchy

  • Values

Properties

Properties

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

Input aspects applied by default.

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

checked: TValue

Control value of checked radio button.

Generated using TypeDoc