Ok, I spent one whole day to get below sample output;

[...]
<dd>
 <label><input type="checkbox" name="example" id="example" value="1">This is
label</label>
<dd>
[...]

What I try to do is clear; I do not want to 'APPEND' or 'PREPEND' or
separete in a 'DT' tag of the Zend_Form_Element_Checkbox object's label
decorator. I simply want checkbox's label decorator to wrap around itself in
the same 'DD' tag.

It looks ok with MultiCheckbox object but is it possible to do that with
single Checkbox without writing manual decorator object?

Thanks in advance.

Reply via email to