Interface Values<TValue>

Possible radio group control values corresponding to check states.

Type Parameters

  • TValue extends string | undefined

    Radio button input value type.

Hierarchy

  • Values

Properties

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.

unchecked: TValue

Control value of radio group to use when none of the radio buttons is checked.

Generated using TypeDoc