Enumeration enums.SingleChoiceType


This enumeration allows to set the type of display for a Form SingleChoiceField.


Enumeration Items
List Choices are displayed in a list (with single selection).
RadioButtons Choices are displayed as separate selectable radio buttons.
ComboBox The SingleChoiceField is rendered ad a combobox, each choice being a combo box item.