How to add different Description for every Checkbox in Zend MultiCheckbox Class -


how add different description every checkbox in zend multicheckbox class

thanks

  $this->addelement('multicheckbox', 'multicheck', array(    'label'=>'checkboxes',    'multioptions'=>array(1=>'label 1', 2=>'label 2')   )); 

Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -