{
	"$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"
	]
}