formsVercel
No Dead Zones on Controls
MUST
MUST: No dead zones on checkboxes/radios; label+control share one generous hit target
Checkboxes and radios share hit target with labels
Bad
Good
Why it matters
Small checkboxes and radio buttons are hard to click. Make the entire label clickable by properly associating it with the input. This creates a much larger, more forgiving hit target and improves usability.
References