Was this helpful?
ChoiceField Class
Note:  The ChoiceField class is used for classification only.
This class includes the fields that display a finite list of values from which the end user selects a single value. There are two subclasses: EnumField and PaletteField. These two subclasses differ primarily in that EnumField objects display choices to the user as text while PaletteField objects display choices as images. In both cases, the user can select only from among the listed values.
For more information, see in the Language Reference Guide: ChoiceField Class.
Last modified date: 12/20/2023