zend form for multicheckbox remove input from labels

前端 未结 4 1066
一整个雨季
一整个雨季 2021-01-06 17:40

I am using zend_form (part of Zend Framwork) to create a form and found when I add a set of checkboxes using Zend_Form\'s multicheckbox element (Zend_Form_Element_MultiCheck

4条回答
  •  南方客
    南方客 (楼主)
    2021-01-06 18:24

    I think you need remove decorator Label and create own decorator which will work like Label decorator but use div and label tags together as you need

提交回复
热议问题