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.

Go to the TextField component

TextArea

TextArea is used for inputting longer, paragraph-length text. An example is asking users to write out their opinion of a feature.

Go to the TextArea component

NumberField

NumberField allows for numerical input only.

Go to the NumberField component

ComboBox

ComboBox is the combination of a Textfield and an associated Dropdown that allows the user to filter a list when selecting an option.

Go to the ComboBox component

DatePicker

DatePicker is used when the user has to select a date or date range..

Go to the DatePicker component

SelectList

SelectList displays a list of actions or options using the browser’s native select.

Go to the SelectList component

CheckBox

SelCheckbox is used for multi-select.

Go to the CheckBox component

RadioGroup

RadioGroup is used for single-select.

Go to the RadioGroup component

Fieldset

Fieldset creates a fieldset and legend for a group of related form items, like CheckBoxes, in order to clearly indicate related form items.

Go to the Fieldset component

Heading
To use as a main title, and for subsection titles in your form

Text
To use as helper text or subtext underneath form titles

Button
For submitting a form or performing other actions to the form