Last update:
June 18, 2025
Checkbox Control Descriptor¶
This control represents a simple toggle (checked or unchecked). No additional configuration options are required.
Example¶
...
"settings": [
{
"id": "displayHeader",
"label": "Display header",
"type": "checkbox",
"info": "You can display additional info",
"default": true
},
...
]
...