Hi @sabanna
Huge appreciation for all the tutorials you’ve made. I’ve managed to build a CMS checkbox filter and now I’m wondering if it is possible to reverse it: a checked item disappears from the container? The end goal would be to allow an allergic person to remove a ticked product from the search result. I’ve tried to change: mixer.filter(selectorString); to remover.filter(selectorString) and it “sort of” worked, but not perfect.
Here’s a link to the project: https://preview.webflow.com/preview/check-filter?utm_medium=preview_link&utm_source=dashboard&utm_content=check-filter&preview=e4cb06562260e1cb0f0a9566c3093b19&mode=preview
I’d be thankful to be pointed in the right direction