API ReferenceSchemas
FieldOptionsInput
Options for choice-type fields (select, radio, checkbox).
Options for choice-type fields (select, radio, checkbox).
Example
{ "allow_other": false, "choices": [ { "label": "Option A" } ]}Whether to allow a free-text 'other' option.
List of available choices.