Type of selection input.
Properties
Property | Type | Description |
---|---|---|
CHECK_BOX | Enum | Checkbox input style. Default. |
RADIO_BUTTON | Enum | Radio buton input style. At most one item in the group can be selected. |
DROPDOWN | Enum | Dropdown menu selection input style. |