D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafdxji
/
shihty.com
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks
/
Blocks
/
Checkbox
/
Filename :
block.json
back
Copy
{ "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" } } }