http://qs321.pair.com?node_id=10969


in reply to How to check value of checkbox on form submit?

How about:
if (defined ($cb_value = $input{checkbox1}) { # do something } else { # do something less exciting }
That will give you the value, if it's defined, or let you throw an error or rerequest the data, if necessary.