Hello !
I’m struggling with something simple on paper, but I cannot find the solution: I have added a toggle inside a collection of items. Each item has its own toggle. When a user clicks on a toggle, the state of the item changes from true to false or false to true depending on initial state. Problem: The visual state of the clicked toggle is inherited by the toggle of the item beneath it. I don’t know why it’s doing this and it’s kinda driving me crazy. I would greatly appreciate some help on this. Thanks in advance!