ZF-3671: add Zend_Dojo_Form_Element support for MultiCheckbox
Description
In order to keep functionality and visual design consistent it would be beneficial to have a Dojo Helper for a MultiCheckbox that renders Dijit checkboxes.
i.e.
$form = new Zend_Dojo_Form();
$form->addElement('MultiCheckbox','myCheckBoxs',array('label'=>'MultiCheckbox Label', 'multiOptions'=>$array));
Comments
No comments to display