CheckboxField
Extends:
react~Component → Field → CheckboxField
Controls input of type checkbox
SCSS Import
@import "~@orloxx/ui-core/scss/form/checkbox-field";
Example:
<CheckboxField id='policy' name='policy' label='Policy'>
Please accept the <a href="/policy">policy</a> to continue
</CheckboxField>
Static Public Members
public static propTypes: Object source
Override:
Field#propTypesProperties:
Name | Type | Attribute | Description |
children | Array<HTMLOptionElement> | The checkbox HTML text |
|
checked | Boolean |
|
If the checkbox is checked or not |