Full edit form contains a coulple of check boxes at the bottom. If you add correct HTML label tags:
(<label for="someid">blabla</label> <input id="someid" type="checkbox" etc)
then you can actually click on the label to toggle the state of the checkbox.
no checkboxes now --simon, Mon, 25 Oct 2004 20:38:46 -0700 reply
Status: open => closed
add < style>label{cursor:hand;}< /style> for better effect --Tue, 22 Feb 2005 05:42:39 -0800 reply