Checkbox
Last updated
Was this helpful?
Last updated
Was this helpful?
{
"type": "Checkbox",
"properties": {
"labelName": "Auto Play",
"bindingPropertyName": "autoPlay"
}
}
The property name needs to match the string specified in bindingPropertyName property. The boolean value will be the default state of the checkbox
{
"autoPlay": true
}