Help for this page
if($cgi->param('MyBOX') eq 'on'){ #Do whatever }else{ #... }
if($cgi->param('MyBOX')){ #Do whatever }else{ #... }