In controller ,

you can set values of MultiCheckBox Using
$form->get('multi-checkbox')->setValue(array('0','1'));

You can add options using
$form->get('multi-checkbox')->setOptions(array('value_options'=>array('4'=>'newone')));

Regards,
Chintan Patel



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/MultiCheckbox-tp4659051p4659117.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com


Reply via email to