Type alias InRadioGroup<TValue>

InRadioGroup<TValue>: InControl<TValue>

Input control for a group of radio buttons.

Groups several radio buttons. The value of this control is selected accordingly to the checked radio button.

Type Parameters

  • TValue extends string | undefined = string | undefined

    Input value type. A string type that optionally accepting undefined values.

Generated using TypeDoc