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!