Perforce Chronicle 2012.2/486814
API Documentation
|
Extends Zend_Form_Element_Checkbox with slightly different casing (capital 'B') to ensure that we always get the standard checkbox. More...
Extends Zend_Form_Element_Checkbox with slightly different casing (capital 'B') to ensure that we always get the standard checkbox.
This works because p4cms form elements have higher precedence than zend dojo elements.
Without this class, we would always get the dojo version of the checkbox on case-insensitive systems. Whereas, on case-sensitive systems we would only get the dojo version if the form asks for the 'checkBox' element (as opposed to 'checkbox'.