{
	"apiVersion": 2,
	"name": "jet-forms/radio-field",
	"category": "jet-form-builder-fields",
	"keywords": [
		"jetformbuilder",
		"field",
		"radio"
	],
	"textdomain": "jet-form-builder",
	"supports": {
		"customClassName": false,
		"html": false,
		"jetFBSwitchPageOnChange": true,
		"jetFBSanitizeValue": true
	},
	"title": "Radio Field",
	"icon": "<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 43C6 38.0294 10.0294 34 15 34C19.9706 34 24 38.0294 24 43C24 47.9706 19.9706 52 15 52C10.0294 52 6 47.9706 6 43ZM15 50C11.134 50 8 46.866 8 43C8 39.134 11.134 36 15 36C18.866 36 22 39.134 22 43C22 46.866 18.866 50 15 50Z\" fill=\"currentColor\"/>\n<path d=\"M28 41C28 40.4477 28.4477 40 29 40H57C57.5523 40 58 40.4477 58 41C58 41.5523 57.5523 42 57 42H29C28.4477 42 28 41.5523 28 41Z\" fill=\"currentColor\"/>\n<path d=\"M29 44C28.4477 44 28 44.4477 28 45C28 45.5523 28.4477 46 29 46H48C48.5523 46 49 45.5523 49 45C49 44.4477 48.5523 44 48 44H29Z\" fill=\"currentColor\"/>\n<path d=\"M28 19C28 18.4477 28.4477 18 29 18H57C57.5523 18 58 18.4477 58 19C58 19.5523 57.5523 20 57 20H29C28.4477 20 28 19.5523 28 19Z\" fill=\"currentColor\"/>\n<path d=\"M29 22C28.4477 22 28 22.4477 28 23C28 23.5523 28.4477 24 29 24H48C48.5523 24 49 23.5523 49 23C49 22.4477 48.5523 22 48 22H29Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 21C19 23.2091 17.2091 25 15 25C12.7909 25 11 23.2091 11 21C11 18.7909 12.7909 17 15 17C17.2091 17 19 18.7909 19 21ZM17 21C17 22.1046 16.1046 23 15 23C13.8954 23 13 22.1046 13 21C13 19.8954 13.8954 19 15 19C16.1046 19 17 19.8954 17 21Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 12C10.0294 12 6 16.0294 6 21C6 25.9706 10.0294 30 15 30C19.9706 30 24 25.9706 24 21C24 16.0294 19.9706 12 15 12ZM8 21C8 24.866 11.134 28 15 28C18.866 28 22 24.866 22 21C22 17.134 18.866 14 15 14C11.134 14 8 17.134 8 21Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 9C0 6.79086 1.79086 5 4 5H60C62.2091 5 64 6.79086 64 9V55C64 57.2091 62.2091 59 60 59H4C1.79086 59 0 57.2091 0 55V9ZM4 7H60C61.1046 7 62 7.89543 62 9V55C62 56.1046 61.1046 57 60 57H4C2.89543 57 2 56.1046 2 55V9C2 7.89543 2.89543 7 4 7Z\" fill=\"currentColor\"/>\n</svg>",
	"attributes": {
		"value": {
			"type": "object",
			"default": {}
		},
		"validation": {
			"type": "object",
			"default": {}
		},
		"custom_option": {
			"type": "boolean",
			"default": false
		},
		"custom_item_template": {
			"type": "boolean",
			"default": false
		},
		"custom_item_template_id": {
			"type": "string",
			"default": ""
		},
		"generator_numbers_min": {
			"type": "number",
			"default": ""
		},
		"generator_numbers_max": {
			"type": "number",
			"default": ""
		},
		"generator_numbers_step": {
			"type": "number",
			"default": ""
		},
		"glossary_id": {
			"type": "string",
			"default": ""
		},
		"field_options_from": {
			"type": "string",
			"default": "manual_input"
		},
		"field_options": {
			"type": "array",
			"default": []
		},
		"field_options_post_type": {
			"type": "string",
			"default": "post"
		},
		"field_options_tax": {
			"type": "string",
			"default": "category"
		},
		"field_options_key": {
			"type": "string",
			"default": ""
		},
		"generator_function": {
			"type": "string",
			"default": ""
		},
		"generator_field": {
			"type": "string",
			"default": ""
		},
		"calculated_value_from_key": {
			"type": "string",
			"default": ""
		},
		"value_from_key": {
			"type": "string",
			"default": ""
		},
		"label": {
			"type": "string",
			"default": "",
			"jfb": {
				"rich": true
			}
		},
		"name": {
			"type": "string",
			"default": "field_name"
		},
		"desc": {
			"type": "string",
			"default": "",
			"jfb": {
				"rich": true
			}
		},
		"default": {
			"type": "string",
			"default": "",
			"jfb": {
				"rich-no-preset": true
			}
		},
		"required": {
			"type": "boolean",
			"default": false
		},
		"add_prev": {
			"type": "boolean",
			"default": false
		},
		"prev_label": {
			"type": "string",
			"default": "",
			"jfb": {
				"rich": true
			}
		},
		"visibility": {
			"type": "string",
			"default": ""
		},
		"class_name": {
			"type": "string",
			"default": ""
		},
		"className": {
			"type": "string",
			"default": ""
		},
		"isPreview": {
			"type": "boolean",
			"default": false
		}
	},
	"usesContext": [
		"jet-forms/repeater-field--name",
		"jet-forms/repeater-row--default",
		"jet-forms/repeater-row--current-index"
	],
	"viewStyle": "jet-fb-option-field-radio",
	"style": "jet-fb-option-field-radio"
}