Overview
A form is a group of related input controls that allows users to provide data or configure options. Components in this section can be used to capture a variety of data points in the most efficient way.
Here is some documentation about this component
The form component is configurable to fit various use cases and layouts. It is simple out of the box, and users are responsible for configuring it to suit their needs. For in-depth design guidance on the different ways to configure and extend a form, see the form pattern.
This component gives users the option to select a variable that they can submit along with their form. We use this exclusively on our “invite modal”, where users can set the role of the person they are inviting.
A toggle is used to quickly switch between two possible states. They are commonly used for “on/off” switches.
There are three different variants of dropdowns that support various kinds of functionality — dropdown, multiselect, and combo box.