Form Controls

The pieces used to create a form should be easy on the user.

Using Form Controls

Make the form for the user, not for us.

Using Form Controls

Label Guidance

Labels give the user additonal control and context for form controls.

Label Guidance

Form Section Header

Form section headers divide a form into smaller sections.

Form Section Header

Checkboxes

Checkboxes allow users to select one or more options at the same time.

Checkboxes

Inputs

The Input element specifies a field for the user to enter information on a page.

Inputs

Radios

Radios allow users to select exactly one option from multiple options.

Radios

Select

Select allows the user to select an option from a group of similar options.

Select

Switches

Switches allow users to enable or disable something, like a light switch.

Switches

Text Area

Textarea allows users to input multiple lines of text into a form.

Text Area

Toggle Tokens

Toggle Tokens are a styled version of Checkboxes and Radios.

Toggle Tokens