HTML Usability tip: Using labels for radio and checkboxes
In your HTML forms, you may have radio boxes or check boxes like so: Option 1 Option 2 Radio 1 Radio 2 The source code may look like this: This is fine, but the clicking area for the check boxes and radio boxes is restricted to the boxes themselves. What if the user wanted to click the text and have …