{
	"apiVersion": 3,
	"name": "surecart/radio-group",
	"title": "Radio Select",
	"description": "Display a radio select input. This is saved with the order as additional metadata.",
	"category": "surecart",
	"keywords": ["radio", "select", "radio-group", "surecart"],
	"textdomain": "surecart",
	"ancestor": ["surecart/form"],
	"supports": {
		"reusable": false,
		"html": false
	},
	"attributes": {
		"label": {
			"type": "string",
			"default": "Radio Label"
		},
		"required": {
			"type": "boolean"
		}
	}
}
