Yes, place the input inside the label.
<label><input type=checkbox name=chkbx1> Label here</label>
See implicit label association in the HTML specifications.
Yes, place the input inside the label.
<label><input type=checkbox name=chkbx1> Label here</label>
See implicit label association in the HTML specifications.