{
    "apiVersion": 3,
    "name": "gutenverse/form-input-switch",
    "title": "Switch",
    "description": "Gutenverse Switch",
    "category": "gutenverse-form",
    "attributes": {
        "elementId": {
            "type": "string"
        },
        "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"
        },
        "labelWidth": {
            "type": "object"
        },
        "labelColor": {
            "type": "object"
        },
        "labelTypography": {
            "type": "object"
        },
        "labelPadding": {
            "type": "object"
        },
        "labelMargin": {
            "type": "object"
        },
        "helperColor": {
            "type": "object"
        },
        "helperTypography": {
            "type": "object"
        },
        "helperPadding": {
            "type": "object"
        },
        "warningColor": {
            "type": "object"
        },
        "warningTypography": {
            "type": "object"
        },

        "positioningType": {
            "type": "object"
        },
        "positioningWidth": {
            "type": "object"
        },
        "positioningAlign": {
            "type": "object"
        },
        "positioningLocation": {
            "type": "string"
        },
        "positioningLeft": {
            "type": "object"
        },
        "positioningRight": {
            "type": "object"
        },
        "positioningTop": {
            "type": "object"
        },
        "positioningBottom": {
            "type": "object"
        },
        "background": {
            "type": "object",
            "default": {}
        },
        "backgroundHover": {
            "type": "object",
            "default": {}
        },
        "border": {
            "type": "object"
        },
        "boxShadow": {
            "type": "object"
        },
        "borderHover": {
            "type": "object"
        },
        "boxShadowHover": {
            "type": "object"
        },
        "margin": {
            "type": "object"
        },
        "padding": {
            "type": "object"
        },
        "zIndex": {
            "type": "object"
        },
        "animation": {
            "type": "object",
            "default": {}
        },
        "hideDesktop": {
            "type": "boolean"
        },
        "hideTablet": {
            "type": "boolean"
        },
        "hideMobile": {
            "type": "boolean"
        },
        "inputLabel": {
            "type": "string",
            "default": "Switch"
        },
        "inputName": {
            "type": "string",
            "default": "input-switch"
        },
        "offText": {
            "type": "string",
            "default": "OFF"
        },
        "onText": {
            "type": "string",
            "default": "ON"
        },
        "offBackground": {
            "type": "object"
        },
        "offButton": {
            "type": "object"
        },
        "offTextColor": {
            "type": "object"
        },
        "onBackground": {
            "type": "object"
        },
        "onButton": {
            "type": "object"
        },
        "onTextColor": {
            "type": "object"
        },
        "switcherWidth": {
            "type": "string",
            "default": 51
        },
        "switcherHeight": {
            "type": "string",
            "default": 24
        },
        "switchWidth": {
            "type": "string",
            "default": 20
        },
        "switchTypography": {
            "type": "object"
        }
    },
    "supports": {
        "className": false
    },
    "keywords": [
        "input",
        "form",
        "gutenverse"
    ],
    "example": {}
}