zillo32 / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
0 stars 0 forks source link

add label tag around all checkbox texts #443

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by kinyelo@gmail.com on 16 Mar 2011 at 9:23

GoogleCodeExporter commented 8 years ago
Fixed.

Original comment by kinyelo@gmail.com on 3 Apr 2011 at 11:33