Use the Label component to connect a label with a form component in an accessible way.

also known as Field Label, Form Label

Figma:

Web:

iOS:

Android:

A11y:

Props

Component props
Name
Type
Default
htmlFor
Required
string
-

Unique id of the element this label is describing.

children
React.Node
-

The content of the label, typically Text or similar.

Accessibility

Variants

Example

Whenever you are using a SelectList, Switch, TextField or TextArea component, you should use a Label.

Component quality checklist

Component quality checklist
Quality item
Status
Status description
Figma Library
Component is not currently available in Figma.
Responsive Web
Ready
Component is available in code for web and mobile web.
iOS
Component is not currently available in code for iOS.
Android
Component is not currently available in code for Android.