Skip to main content

FieldOptionDto

Option for select/dropdown/radio fields

valuestring

The unique value to represent the option

Example: 123
labelstring

The display label for the option

Example: Option A
FieldOptionDto
{
"value": 123,
"label": "Option A"
}