turpentyne
10-26-2011, 09:54 PM
Hopefully this is a simple one... I just want the text label next to a checkbox to be clickable as well as the box, but I'm not quite sure how to do that.
<input type="checkbox" name="filter1" value="names"/><label for="names">Name</label>
<input type="checkbox" name="filter1" value="names"/><label for="names">Name</label>