Hi all, I'd like to change to rendering of the checkboxes. By default, it's this: > <dt><label>%name%</label></dt> > <dd>%element% %error %description%</dd>
I'd like to have the following: > <dt> </dt> > <dd><label>%element% %name</label> %error% %description%</dd> I override the Zend_Form_Element::loadDefaultDecorators() with My_Form_Element_Checkbox::loadDefaultDecorators() so this applies to all checkboxes in use. I can't get this working. I tried to swap the order of some decorators, but esp. the inside the <dt> seems hard to fix. How can I achieve this? Thanks in advance, Jurian Sluiman -- Jurian Sluiman Soflomo - http://soflomo.com
