UICheckbox
Create a simple checkbox
Since: 6.4.0 (6.1.0)
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 |
type |
|
| Type definition |
onChange |
| Callback for when the checkbox value changes |
Example
Last updated