Last updated 2 years ago
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 }
string - the property name from defaultState with which to connect to.
mandatory