# sureforms/0.0.13/inc/blocks/multichoice/block.json

SureForms – Contact Form Builder, AI Forms, Payment Form, Survey &amp; Quiz, version 0.0.13. 94 lines.

- Page: https://pluginprobe.com/plugins/sureforms/0.0.13/code/inc/blocks/multichoice/block.json
- Raw: https://pluginprobe.com/plugins/sureforms/0.0.13/raw/inc/blocks/multichoice/block.json
- Modified: 2024-10-17T17:50:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/sureforms/0.0.13/code/inc/blocks/multichoice/block.json#L10-L20`.

```json
{
	"apiVersion": 2,
	"name": "srfm/multi-choice",
	"title": "Multiple Choice",
	"description": "Displays a SureForm Multi-Choice Field",
	"category": "sureforms",
	"keywords": [ "multi-choice", "quiz", "multi", "sureforms" ],
	"textdomain": "sureforms",
	"supports": {
		"reusable": false,
		"html": false
	},
	"example": {
		"attributes": {
			"preview": true
		}
	},
	"attributes": {
		"preview": {
			"type": "boolean",
			"default": false
		},
		"block_id": {
			"type": "string"
		},
		"required": {
			"type": "boolean"
		},
		"singleSelection": {
			"type": "boolean"
		},
    "minValue": {
      "type": "number"
    },
    "maxValue": {
      "type": "number"
    },
    "verticalLayout": {
			"type": "boolean"
		},
		"options": {
			"type": "array",
			"default": [
				{
					"optionTitle": "Option 1",
					"icon": "",
          "image": ""
				}
			]
		},
		"fieldWidth": {
			"type": "number",
			"default": 100
		},
		"choiceWidth": {
			"type": "number",
			"default": 50
		},
		"label": {
			"default": "Multi Choice",
			"type": "string",
			"selector": "input"
		},
		"help": {
			"type": "string",
			"default": ""
		},
		"style": {
			"type": "string",
			"default": "buttons"
		},
		"errorMsg": {
			"type": "string",
			"default": ""
		},
		"formId": {
			"type": "number",
			"default": ""
		},
		"isConditionalLogic":{
			"type":"boolean",
			"default":false
		},
    "slug":{
			"type":"string",
			"default":""
		},
    "optionType": {
      "type": "string",
      "default": "icon"
    }
	}
}

```
