Making Buttons Act Like Checkboxes

What I’m trying to do is create an in depth search function similar to an online shop. The user will tick buttons which will narrow down their search parameters. What I’m struggling with is getting these buttons to act like checkboxes.

Do I link the buttons being pressed to checking and unchecking the boxes? Or do I somehow make the checkboxes look like buttons?

Thanks!

One quick way is to use a multiselect element that you can access via a plugin:

Screen Recording 2020-12-04 at 12.55.32.54 PM

There are other ways of course. Just as a reference you can use an icon and change it from a box to a checkmark with a custom state condition

Screen Recording 2020-12-04 at 01.00.45.00 PM

Hope this helps! :+1:

This looks very useful. Thanks a lot!