For the complete documentation index, see llms.txt. This page is also available as Markdown.

Checkbox

{
    "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
}

Configurable properties

bindingPropertyName

string - the property name from defaultState with which to connect to.

mandatory

Last updated

Was this helpful?