{
    "name": "givewp-form-field-manager/radio",
    "title": "Radio",
    "description": "Allows donors to select one option from a list.",
    "category": "custom",
    "icon": "yes",
    "supports": {
        "multiple": true,
        "givewp": {
            "fieldSettings": {
                "label": {
                    "default": "Question goes here"
                },
                "description": {
                    "default": "The description goes here"
                },
                "placeholder": false
            },
            "conditionalLogic": true
        }
    },
    "attributes": {
        "options": {
            "type": "array",
            "default": [
                {
                    "label": "Option one",
                    "value": "",
                    "checked": false
                },
                {
                    "label": "Option two",
                    "value": "",
                    "checked": false
                },
                {
                    "label": "Option three",
                    "value": "",
                    "checked": false
                }
            ]
        }
    }
}
