Can’t see what I’m doing wrong?!!! gotta be the numerical names right?
<fieldset>
<input type="checkbox" class="checkbox" name="187" />
<label for="187">Easily accessible</label><br />
<input type="checkbox" class="checkbox" name="311" />
<label for="311">WiFi Internet</label><br />
<input type="checkbox" class="checkbox" name="351" />
<label for="351">Child friendly</label><br />
<input type="checkbox" class="checkbox" name="352" />
<label for="352">Pets welcome</label><br />
<input type="checkbox" class="checkbox" name="353" />
<label for="353">Pet free zone</label><br />
</fieldset>
I think the for attribute of label should point to an elements id and not it’s name (think of the case where two elements have the same name).
I.e.
Using