Select List (single choice)
Represents a list of options. Has a single default value.
Select List (cascading)
Represents a list of options. Each option can have childoptions. Has a single compound default value consisting of a parent option and a child option.
Select List (multiple choices)
Represents a list of options. You can select multiple options. Has multiple options as default value.
Checkboxes
Represents a list of options. You can select multiple options. Has multiple options as default value.
Radio Buttons
Represents a list of options. You can select one single option. Has a single option as default value.