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

Multiselect dropdown / dropdown containing checkboxes

I want to do something like this:

https://codepen.io/elmahdim/pen/hlmri

Where a form element looks like a dropdown but behaves like a checkbox. Is there any way to do this without manually rendering the form elements?

you might be able to do it using the phalcon-jquery library: https://phalcon-jquery.kobject.net/

Regards André