Mirror instance checkbox dont work

Hey, i am having trouble getting the mirror instance to work on my checkboxes, it work perfectly fine on my input field. then when i went to check the live example it seemed like it did not work there either? In the live example it acts like in my example only being able to check of but not on i am the one that experience this?

Hi @OskarMartinussen!
Could you please share a read-only link so I can check it out?

Hej Pedro thanks, here you go!

The i am trying to mirror the check boxes in two filters. The other filter is i the custom empty state of the first list

Hi @OskarMartinussen!

Thanks for sharing. I noticed that the radio buttons are not working; it seems like it’s a bug. I’ll report it to the team, and I will let you know when it gets fixed.

Meanwhile, I noticed that you have many duplicated scripts on your page.
You can add both solutions in the same script like this:

<script async type="module"
        src="https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/attributes.js"
        fs-list
        fs-mirrorinput
></script>

Please make sure to add this script inside the <head> tag of your page and delete the previous ones that are before the </body> tag.

Let me know how it goes, my DMs are open!

The fix for the radios is live, let me know if it works for you!