Label
Form label. Wraps Radix Label primitive — clicking the label focuses the associated input. Use `htmlFor` to associate.
primitives-label--defaultOpen all variants →
When to use
- Pairing with a custom or non-Carbon control where you only need the label affordance (cursor, focus-on-click).
- Building a custom field row that wants the bare-bones primitive without optional/info affordances.
When not to use
- Standard form rows with required / optional indicators or info tooltips → use `FormLabel`.
- Field labels inside `TextInput` / `PasswordInput` / `TextArea` — those primitives include a Carbon-spec label slot already.