formsVercel
Label Activation
MUST
MUST: Clicking a <label> focuses the associated control
Clicking a label should focus its associated input
Bad
Good
Why it matters
When labels are properly associated with their inputs, clicking the label text focuses the input. This increases the clickable area and improves usability, especially for checkboxes and radio buttons which have small hit targets.
References