The enumRadioList
control allows users to pick from the values of an enum, showing titles and descriptions of each item with a radio box to select.
Arguments
enum (required) |
Name of the enum to get values from |
Example
<field name="type" control="enumRadioList" enum="eventType" />