Checkbox Control Schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "bricks://controls/checkbox", "schemaVersion": "2.2.1", "title": "Checkbox Control", "description": "Value schema for checkbox control type", "type": "boolean", "controlProperties": [ "type", "label", "deprecated", "tab", "group", "hasRequired", "css", "inline", "placeholder" ]} Was this page helpful?