in reply to Re^2: Checkbox parameter not being stored in CGI::Session
in thread Checkbox parameter not being stored in CGI::Session
your suggestion to check post headers also was spot on.
Even without using value tag, i see the solution is that the checkbox is not passed as a parameter when it is not selected.
when selected checkbox value is set to 'on'.
thanks.