Hi,
whe posted a checkbox send the couple "name=value" if checked, nothing else. You can use (isset(chkb1) && empty(chkb1)) to check if a value is submitted.
To access a checkbox just use
document.nameform.namecheckbox.checked
see you
P.s: but why in this forum?!?