Hi,

I've created a multicheckbox by following this tutorial : https://forum.phalcon.io/discussion/1033/view-helper-multi-checkbox When I validate the form, the multi-checkbox is not re-populated by the post data. How can I surcharge isValid to populate the multi-checkbox by POST values.

Thanks !