Hi guys,

just curious, doesn't Zend_Form create a hidden element with value 0 for the 
checkbox field?

I just want to skip the:

$model->checked_value = isset($values['my_checkbox']) ? $values['my_checkbox'] 
: 0;


Aldemar

Reply via email to