Basic

The components in this section can be used to collect basic user inputs. Click the name of a component to move to a more detailed description.

ComponentDescription
ButtonThe Button component is a clickable button.
CheckboxA checkbox is a box with a checked and unchecked state.
NumberNumber components let the user enter a number.
PasswordLets the user enter text that is obfuscated.
RadioDefines the specifics of a set of options of which exactly one must be selected.
SelectUse the Select component to let the user select an option from a dropdown list.
SelectboxesDefine a group of checkboxes in the form.
TextAreaTextareas are multi-line input fields allowing for long input text.
TextFieldTextField components let the user enter text on a single line.