{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "rioforms/checkbox",
  "version": "0.1.0",
  "title": "Checkbox",
  "parent": [
    "rioforms/container"
  ],
  "category": "rio_fields",
  "description": "Form checkbox field",
  "supports": {
    "html": false,
    "customClassName": false
  },
  "textdomain": "rioforms",
  "script": [
    "rio-element-editor-script-other"
  ]
}