FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks
/
Blocks
/
Checkbox
Edit File: block.json
{ "apiVersion": 2, "name": "surecart/checkbox", "title": "Checkbox", "description": "Display a checkbox input", "category": "surecart", "keywords": ["checkbox", "toggle", "checkout", "engine"], "textdomain": "surecart", "ancestor": ["surecart/form"], "supports": { "reusable": false, "html": false }, "attributes": { "label": { "type": "string", "default": "Checkbox" }, "value": { "type": "string", "default": "on" }, "name": { "type": "string", "default": "checkbox" }, "required": { "type": "boolean" } } }
Save
Back