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"
}
A choice option for a select, radio, or checkbox field.
Unique identifier for the choice.
Display label for the choice.
{
"id": "opt_abc123",
"label": "Option A"
}