A typographic primitive for naming a form control.
Use to name a single control, otherwise use the Field component with FieldLabel when you also need a description, error, or grouping.
Renders a native <label> that pairs with the control's id via htmlFor so screen readers announce it, and clicking the label moves focus to the control.