RadioField
Extends:
react~Component → Field → RadioField
Controls input of type radio
SCSS Import
@import "~@orloxx/ui-core/scss/form/radio-field";
Example:
<RadioField id='salutation-1' name='salutation' label='Salutation'>
<option value='1' selected>Mr.</option>
<option value='2'>Mrs.</option>
</RadioField>
Static Public Members
public static propTypes: Object source
Override:
Field#propTypesProperties:
Name | Type | Attribute | Description |
children | Array<HTMLOptionElement> | Elements to show in the radiobutton list |