A field for selecting 0 or more options
{
"name": "checkbox_field",
"label": "Checkbox Field",
"class": "checkbox",
"value": [
"choice_one_value"
],
"choices": {
"choice_one_value": "Choice 1 Description",
"choice_two_value": "Choice 2 Description"
}
}
Checkbox response value
The value will always be returned as an array, as users may select multiple choices
See more information on this field.