Label
A headless label primitive that properly associates labels with form controls.
With Input
Label associated with an Input field via the For parameter.With Checkbox
Label paired with a Checkbox control. Clicking the label toggles the checkbox.Required Field
Label indicating a required field with a red asterisk inside the label content.With Description
Label with helper text below the form control to provide additional context.