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.
Component | Description |
---|---|
Button | The Button component is a clickable button. |
Checkbox | A checkbox is a box with a checked and unchecked state. |
Number | Number components let the user enter a number. |
Password | Lets the user enter text that is obfuscated. |
Radio | Defines the specifics of a set of options of which exactly one must be selected. |
Select | Use the Select component to let the user select an option from a dropdown list. |
Selectboxes | Define a group of checkboxes in the form. |
TextArea | Textareas are multi-line input fields allowing for long input text. |
TextField | TextField components let the user enter text on a single line. |