UICheckbox
Last updated
Last updated
Name
Type
Default
Description
id
string
Required - Id of the checkbox
label
string
Required - The text label
checked
boolean
false
Wether the checkbox is checked or not
disabled
boolean
false
Wether the checkbox is disabled or not
checkboxPosition
string
"left"
Decide checkbox position against label
type
string
"default"
Type definition
onChange
function
Callback for when the checkbox value changes