I know this could be considered a new functionality, but I'm trying hard to get it to work.
I've created a checkbox.php form input and the checkbox appears fine and is functional on the form (I'm actually trying to use it as a filter).
Radiobox works fine as a filter by the way, just a matter of changing the filter input type from select to radio.
However, when using as a checkbox, I'm always losing all but one checked value, I know this is simply a matter of having the values as an array but I cannot find where to set it.
I know that this is then going to require rewriting the query build, but I think I can do that ok
I'll be more than happy to share when I manage to get it to work. Just a quick pointer on where to do this would be greatly appreciated.
thanks