Label

Renders an accessible label associated with a form control.

Default

A plain label for any form field.

Required

Use required to show a visual indicator. The asterisk is aria-hidden — put aria-required on the input.

Linked to an input

Pass htmlFor matching the input's id. Clicking the label focuses the input.