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