About to create a form using Zend Form, all the form elements should have a checkbox before it, and depending on the state of checkbox the element is submitted(if checkbox clicked it will be submitted othervice not)
[x] Label [-------------]
[x] Label [-------------]
and the confusing part is how to deal with it using the zend form. The thing comes to my mind is to create a custom decorator , but have a feeling it won't really help. 2 -create a custom form element(will have to look at creating custom elements=)), anyway I would appreciate any help