List Filter - Reset / Clear - Checkboxes remain checked

Hi,

I’ve updated CMS Filters to v2 and added “Clear” to reset filters. However, I noticed that after clearing the filters, the checkbox reappears as checked. This was not happening in v1 and should also reappear unchecked.

Also, when a checkbox is checked, the whole filter section disappears. When Reset is clicked, the filters reappear.

(I tried adding a sharelink here but getting an error.)

Regards

Hey @Rock_n_Roll_CEO! Can you share your staging link?

We will take a look!

Hi Luis,

I am also having this issue on checkboxes that are set up as “Toggle Buttons” (as defined in your documentation. You can see an example here. If you choose an option under Telehealth or In Person, the Clear All button will not clear the checkboxes.

Hey @heather.allaman!

Could you share a read-only link please?

Hi @Support-Luis . Here’s the sharelink: Webflow - An Ode.to

Hey @Rock_n_Roll_CEO! Apologies for the delay.

I see you’ve reverted to v1. Let me know if you’d like to create a test page so we can debug the setup!

@Support-Luis Do you have any ideas as to why checkboxes are not being unchecked? If you choose any of the options, the Clear All button will clear the search parameters but won’t uncheck the checkboxes. On the link Webflow - Westchester Therapy

Hello @heather.allaman! Apologies for the delay.

I see the issue has been fixed on the staging page: Therapist Directory | Westchester Therapy Match

Could you spot the issue?

No worries. Actually, I just created a workaround using additional JS to uncheck the checkboxes. The button with fs-list-element = "clear" doesn’t seem to uncheck them all for some reason.

@Support-Luis I’m realizing my workaround is not working. The fs-list-element = "clear" button won’t uncheck any of my checkboxes that are set up as “Toggle Buttons” (such as the category Telehealth or In Person). Do you have any ideas on how I might get this to work? https://www.westchestertherapymatch.com/directory-copy

I wonder if the issue is that they are not multi-reference fields (we have already exhausted the 10 that Webflow allows on a single collection.) It seems all of the filters that are nested are working as expected. Does this seem like it could be the case?

@Support-Luis I did find a workaround by targeting these specific div (rather than all checkboxes on a page) using js to uncheck the boxes as the clear button is pressed. You can disregard this!