Hi All I have developed one form and added element for MultiCheckbox 
$contactCheck =
$this->addElement('multiCheckbox','checkBoxes')->getElement('checkBoxes');
$checkBoxes->setMultiOptions(array('Y' => 'Yes','N' => 'No','M' =>
'Maybe'));
Now i want to render each elements of this multicheckbox as a single check
box in phtml
in table format 
<table>
<tr><td>Firstcheckbox</td></tr>
<tr><td>Secondcheckbox</td></tr>
</table>
Will anybody please suggest the way,How to do that?
Thanks in advance
Regards
Rohit
           
           
-- 
View this message in context: 
http://www.nabble.com/Zend_Form-MultiCheckbox-element-tp18155322p18155322.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to