Hi,
please consider adding a label tag around all checkbox texts. This way it is
possible to check/uncheck a checkbox by clicking on the corresponding text (no
only by clicking on the checkbox itself). this would really simplify users
lives because the checkboxes are quite small.
see
http://www.w3schools.com/tags/tag_label.asp
example:
current html code:
<input type="checkbox" id="approveOnContentSave"> Approve on Save
better html code:
<input type="checkbox" id="approveOnContentSave"><label
for="approveOnContentSave>Approve on Save</label>
thanks and cheers,
andy
Original issue reported on code.google.com by andreas....@gmail.com on 16 Mar 2011 at 6:21
Original issue reported on code.google.com by
andreas....@gmail.com
on 16 Mar 2011 at 6:21