Available form components
Components
TextField
TextField is used for single lines of text. It also allows for other types of inputs like passwords and Tags.
TextArea
TextArea is used for inputting longer, paragraph-length text. An example is asking users to write out their opinion of a feature.
NumberField
NumberField allows for numerical input only.
ComboBox
ComboBox is the combination of a Textfield and an associated Dropdown that allows the user to filter a list when selecting an option.
DatePicker
DatePicker is used when the user has to select a date or date range..
SelectList
SelectList displays a list of actions or options using the browser’s native select.
CheckBox
SelCheckbox is used for multi-select.
RadioGroup
RadioGroup is used for single-select.
Fieldset
Fieldset creates a fieldset and legend for a group of related form items, like CheckBoxes, in order to clearly indicate related form items.