Skip to main content

FieldChoice

A choice option for a select, radio, or checkbox field.

idstringrequired

Unique identifier for the choice.

labelstringrequired

Display label for the choice.

FieldChoice
{
"id": "opt_abc123",
"label": "Option A"
}