Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
4 answers
7k views

Why aren't the labels of my checkboxes clickable on iPad?

Clicking the label of my checkboxes for the form below does not make the checkbox selected when using an iPad. I thought this should happen as the input is within the label. Thanks <fieldset&...
Evanss's user avatar
  • 22.9k
490 votes
10 answers
650k views

What's the proper value for a checked attribute of an HTML checkbox?

We all know how to form a checkbox input in HTML: <input name="checkbox_name" id="checkbox_id" type="checkbox"> What I don't know -- what's the technically correct value for a checked checkbox? ...
buley's user avatar
  • 29.4k