ChoiceRadioInputsPropsinterface

{
	options: ChoiceOptions<T>;
	wrap?: boolean;
	column?: boolean;
}
PropertyType
.optionsChoiceOptions<T>
Options for the radios. required
.wrapboolean
Wrap the radios onto multiple rows if needed.
.columnboolean
Display the radios in a column rather than a row.

Props for ChoiceRadioInputs, which renders a radio for each entry in a ChoiceOptions set.