We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

How to build a checkbox group?

How to build a checkbox group like this:

<input type="checkbox" name="hobbies[]">sports
<input type="checkbox" name="hobbies[]">coding
<input type="checkbox" name="hobbies[]">compter game


85.5k

using volt, html or $form->render(); ?



31.3k

how to code in the CheckBoxForm class?

using volt, html or $form->render(); ?