View Single Post
  #2 (permalink)  
Old 04-10-2008, 01:49 PM
Drakos7's Avatar
Drakos7 Drakos7 is offline
Junior Member
 
Join Date: May 2007
Location: MD, USA, Terra, Sol
Posts: 5
Default

I ran into something similar. IIRC you need to do it this way
PHP Code:
->setCheckedValue(true)  //whatever value you want to send when checked, could be a string
->setValue(false)        //the current value of the checkbox 
To find the code you need to look in Zend/Form/Element and Zend/Form/Decorator.
Reply With Quote