{
	"apiVersion": 3,
	"name": "gutenverse/form-input-checkbox",
	"title": "Checkbox",
	"description": "Gutenverse Input Checkbox",
	"category": "gutenverse-form",
	"allowCopyStyle": true,
	"attributes": {
		"elementId": {
			"type": "string"
		},
		"mouseMoveEffect": {
			"type": "object",
			"copyStyle": true
		},
		"showLabel": {
			"type": "boolean",
			"default": true
		},
		"inputPlaceholder": {
			"type": "string",
			"default": "Text Placeholder"
		},
		"showHelper": {
			"type": "boolean",
			"default": true
		},
		"inputHelper": {
			"type": "string",
			"default": "Input Helper"
		},
		"position": {
			"type": "string",
			"default": "top",
			"copyStyle": true
		},
		"labelWidth": {
			"type": "object",
			"copyStyle": true
		},
		"labelColor": {
			"type": "object",
			"copyStyle": true
		},
		"labelTypography": {
			"type": "object",
			"copyStyle": true
		},
		"defaultLogic": {
			"type": "string"
		},
		"displayLogic": {
			"type": "array"
		},
		"labelPadding": {
			"type": "object",
			"copyStyle": true
		},
		"labelMargin": {
			"type": "object",
			"copyStyle": true
		},
		"helperColor": {
			"type": "object",
			"copyStyle": true
		},
		"helperTypography": {
			"type": "object",
			"copyStyle": true
		},
		"helperPadding": {
			"type": "object",
			"copyStyle": true
		},
		"warningColor": {
			"type": "object",
			"copyStyle": true
		},
		"warningTypography": {
			"type": "object",
			"copyStyle": true
		},
		"positioningType": {
			"type": "object",
			"copyStyle": true
		},
		"positioningWidth": {
			"type": "object",
			"copyStyle": true
		},
		"positioningAlign": {
			"type": "object",
			"copyStyle": true
		},
		"positioningLocation": {
			"type": "string",
			"copyStyle": true
		},
		"positioningLeft": {
			"type": "object",
			"copyStyle": true
		},
		"positioningRight": {
			"type": "object",
			"copyStyle": true
		},
		"positioningTop": {
			"type": "object",
			"copyStyle": true
		},
		"positioningBottom": {
			"type": "object",
			"copyStyle": true
		},
		"background": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"backgroundHover": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"backgroundTransition": {
			"type": "object",
			"copyStyle": true,
			"default": {}
		},
		"border": {
			"type": "object",
			"copyStyle": true
		},
		"borderResponsive": {
			"type": "object",
			"migrate": {
				"attr": "border",
				"type": "border"
			},
			"copyStyle": true
		},
		"boxShadow": {
			"type": "object",
			"copyStyle": true
		},
		"borderHover": {
			"type": "object",
			"copyStyle": true
		},
		"borderHoverResponsive": {
			"type": "object",
			"migrate": {
				"attr": "borderHover",
				"type": "border"
			},
			"copyStyle": true
		},
		"boxShadowHover": {
			"type": "object",
			"copyStyle": true
		},
		"margin": {
			"type": "object",
			"copyStyle": true
		},
		"padding": {
			"type": "object",
			"copyStyle": true
		},
		"zIndex": {
			"type": "object",
			"copyStyle": true
		},
		"animation": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"hideDesktop": {
			"type": "boolean",
			"copyStyle": true
		},
		"hideTablet": {
			"type": "boolean",
			"copyStyle": true
		},
		"hideMobile": {
			"type": "boolean",
			"copyStyle": true
		},
		"inputLabel": {
			"type": "string",
			"default": "Checkbox"
		},
		"inputName": {
			"type": "string",
			"default": "input-checkbox"
		},
		"displayBlock": {
			"type": "string",
			"default": "default"
		},
		"labelSpace": {
			"type": "object",
			"copyStyle": true
		},
		"checkboxSize": {
			"type": "string",
			"copyStyle": true
		},
		"checkboxSpace": {
			"type": "string",
			"copyStyle": true
		},
		"checkboxLabelColor": {
			"type": "object",
			"copyStyle": true
		},
		"checkboxTypography": {
			"type": "object",
			"copyStyle": true
		},
		"checkboxOptions": {
			"type": "array",
			"default": [
				{
					"value": "option-1",
					"label": "Option 1"
				},
				{
					"value": "option-2",
					"label": "Option 2"
				},
				{
					"value": "option-3",
					"label": "Option 3"
				}
			]
		},
		"checkboxColor": {
			"type": "object",
			"copyStyle": true
		},
		"checkboxActiveColor": {
			"type": "object",
			"copyStyle": true
		},
		"required": {
			"type": "boolean",
			"default": false
		},
		"labelRequireColor": {
			"type": "object",
			"copyStyle": true
		},
		"validationWarning": {
			"type": "string",
			"default": "Input Invalid"
		},
		"transform": {
			"type": "object",
			"copyStyle": true
		},
		"mask": {
			"type": "object",
			"copyStyle": true
		},
		"condition": {
			"type": "object",
			"default": {}
		},
		"flexAlignSelf": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"flexOrder": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"flexCustomOrder": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"flexSize": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"flexSizeGrow": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"flexSizeShrink": {
			"type": "object",
			"default": {},
			"copyStyle": true
		}
	},
	"supports": {
		"className": false
	},
	"keywords": [
		"input",
		"form",
		"checkbox",
		"checkmark"
	],
	"example": {},
	"style": [
		"gutenverse-form-frontend-form-input-checkbox-style"
	],
	"usesContext": [
		"gutenverse/flexDirection"
	]
}