Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
woocommerce
/
assets
/
client
/
admin
/
product-editor
/
blocks
/
generic
/
checkbox
:
block.json
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "woocommerce/product-checkbox-field", "title": "Product checkbox control", "category": "woocommerce", "description": "A reusable checkbox for the product editor.", "keywords": [ "products", "checkbox", "input" ], "textdomain": "default", "attributes": { "title": { "type": "string", "__experimentalRole": "content" }, "label": { "type": "string" }, "property": { "type": "string" }, "tooltip": { "type": "string" }, "checkedValue": { "type": "string" }, "uncheckedValue": { "type": "string" } }, "supports": { "align": false, "html": false, "multiple": true, "reusable": false, "inserter": false, "lock": false, "__experimentalToolbar": false }, "editorStyle": "file:./editor.css", "usesContext": [ "postType" ] }