{
	"apiVersion": 2,
	"name": "jet-forms/checkbox-field",
	"category": "jet-form-builder-fields",
	"keywords": [
		"jetformbuilder",
		"field",
		"checkbox"
	],
	"textdomain": "jet-form-builder",
	"supports": {
		"customClassName": false,
		"html": false,
		"jetFBSanitizeValue": true
	},
	"title": "Checkbox Field",
	"description": "",
	"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 15C6 12.7909 7.79086 11 10 11H20C22.2091 11 24 12.7909 24 15V25C24 27.2091 22.2091 29 20 29H10C7.79086 29 6 27.2091 6 25V15ZM10 13H20C21.1046 13 22 13.8954 22 15V25C22 26.1046 21.1046 27 20 27H10C8.89543 27 8 26.1046 8 25V15C8 13.8954 8.89543 13 10 13Z\" fill=\"currentColor\"/>\n<path d=\"M28 18C28 17.4477 28.4477 17 29 17H57C57.5523 17 58 17.4477 58 18C58 18.5523 57.5523 19 57 19H29C28.4477 19 28 18.5523 28 18Z\" fill=\"currentColor\"/>\n<path d=\"M28 22C28 21.4477 28.4477 21 29 21H48C48.5523 21 49 21.4477 49 22C49 22.5523 48.5523 23 48 23H29C28.4477 23 28 22.5523 28 22Z\" fill=\"currentColor\"/>\n<path d=\"M19.6402 40.2318C20.0645 40.5854 20.1218 41.2159 19.7682 41.6402L14.7682 47.6402C14.5884 47.856 14.326 47.9863 14.0453 47.999C13.7646 48.0117 13.4916 47.9058 13.2929 47.7071L10.2929 44.7071C9.90237 44.3166 9.90237 43.6834 10.2929 43.2929C10.6834 42.9024 11.3166 42.9024 11.7071 43.2929L13.9328 45.5186L18.2318 40.3598C18.5853 39.9356 19.2159 39.8782 19.6402 40.2318Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 39C6 36.7909 7.79086 35 10 35H20C22.2091 35 24 36.7909 24 39V49C24 51.2091 22.2091 53 20 53H10C7.79086 53 6 51.2091 6 49V39ZM10 37H20C21.1046 37 22 37.8954 22 39V49C22 50.1046 21.1046 51 20 51H10C8.89543 51 8 50.1046 8 49V39C8 37.8954 8.89543 37 10 37Z\" fill=\"currentColor\"/>\n<path d=\"M29 41C28.4477 41 28 41.4477 28 42C28 42.5523 28.4477 43 29 43H57C57.5523 43 58 42.5523 58 42C58 41.4477 57.5523 41 57 41H29Z\" fill=\"currentColor\"/>\n<path d=\"M28 46C28 45.4477 28.4477 45 29 45H48C48.5523 45 49 45.4477 49 46C49 46.5523 48.5523 47 48 47H29C28.4477 47 28 46.5523 28 46Z\" 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": "object",
			"default": {
				"allow": false,
				"label": "+ Add New"
			}
		},
		"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-checkbox",
	"style": "jet-fb-option-field-checkbox"
}