<!-- @license CC0-1.0 -->

# Label

Describes a form control.

## Guidelines

- Always associate a form element (such as an `input` or `textarea`) with a label.
- Set `optional` to `true` if the input is not required.
- Use `hint` to show a custom hint text.
