{
	"name": "surecart/switch",
	"title": "Switch",
	"apiVersion": 3,
	"description": "Display a toggle switch.",
	"category": "surecart",
	"keywords": ["submit", "button"],
	"textdomain": "surecart",
	"ancestor": ["surecart/form"],
	"supports": {
		"reusable": false,
		"html": false
	},
	"attributes": {
		"required": {
			"type": "boolean"
		},
		"name": {
			"type": "string",
			"default": "switch"
		},
		"value": {
			"type": "string",
			"default": "on"
		},
		"label": {
			"type": "string",
			"default": "Switch"
		},
		"description": {
			"type": "string"
		},
		"help": {
			"type": "string"
		},
		"checked": {
			"type": "boolean"
		}
	}
}
