Zend Form Checkbox checked

sebi-2004

New Member
I have a checkbox. My script generates this checkbox and assigns to the checkbox a default value of 'yes'/'no' (checked/unchecked). If the value is 'yes' the checkbox should be checked, and vice versa. How can I do this within the Zend Framework?
 
Back
Top