ZF-3878: Zend_Dojo_Form_Element_CheckBox generates an invalid id in array notation when used in a subform
Description
Zend_Dojo_Form_Element_CheckBox generates an invalid id in array notation when used in a subform (i.e. terminal[new] instead of terminal-new). This is not XHTML-compliant. Other form elements render the id correctly (see example).
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-09-08T11:40:17.000+0000
Fixed in trunk and 1.6 release branch.