I am not good at coding at all, but I have a request see image for reference. My product filter page has 4 categories with multiple filter boxes per category. In each category (Color, Categories, and Effects) I want a code that will only let you have one box checked at a time. For example, in the “Effects” category, I wan to make it to where if you select “Solids” and then select “Fabric” that it will deselect “Solids” and force you to only have one option checked. Can anyone tell me how I can do this?
Hi,
Since you only want to allow one option, a RadioButtonGroup is better suited for your purposes:
Good luck,
Yisrael