ZF: Handling checkboxes using Zend_Form and jQuery
Tuesday, May 20th, 2008This blog post shows how to create checkboxes with Zend_Form and handle them with jQuery. Author gives commented code snippets for easy implementation for your application.
I am sharing this because it took me a while to figure out how to handle checkboxes using jQuery.
First off, let us create a checkbox using Zend_Form.