JezK
Edit File: block.json
{ "name": "coblocks/field-checkbox", "attributes": { "label": { "type": "string", "default": "Checkbox" }, "required": { "type": "boolean", "default": false }, "options": { "type": "array", "default": [] }, "isInline": { "type": "boolean", "default": false } }, "category": "layout", "title": "Checkbox", "textdomain": "coblocks", "editorScript": "blocks-3", "description": "A checkbox field with multiple options where multiple choices can be made.", "parent": [ "coblocks/form" ] }