UICheckbox
Create a simple checkbox
Properties
Name | Type | Default | Description |
id |
| Required - Id of the checkbox | |
label |
| Required - The text label | |
checked |
|
| Wether the checkbox is checked or not |
disabled |
|
| Wether the checkbox is disabled or not |
checkboxPosition |
|
| Decide checkbox position against label |
onChange |
| Callback for when the checkbox value changes |
Example
Last updated