[]
type ChoiceFieldItemProperties = object;
Represents an item displayed in ChoiceField.
text: string;
The text used to display an item.
value: string | null;
The value of item, if not specified or empty then 'text' will be used as value.