ChoiceRadioInputsPropsinterface
{
options: ChoiceOptions<T>;
wrap?: boolean;
column?: boolean;
}| Property | Type | |
|---|---|---|
.options | ChoiceOptions<T> | Options for the radios. required |
.wrap | boolean | Wrap the radios onto multiple rows if needed. |
.column | boolean | Display the radios in a column rather than a row. |
Props for ChoiceRadioInputs, which renders a radio for each entry in a ChoiceOptions set.