I have a repeating group with a set of elements and checkbox, what I am trying to do is toggle the checkbox when any element in that cell is clicked. The same is working fine with what I have built, but once I click the checkbox itself then clicking on the elements won’t toggle the checkbox anymore.
The dynamic state is updated properly but the checkbox won’t use that dynamic value anymore. As you can see in the below screenshot.
The checkbox’s is checked value does not match the current dynamic state value.
Here is the app link:
Sorry, I was out of the office yesterday. The conditional statement I pointed you towards changes the checkbox state on the backend but not for the user to see. Here is a short video on how to do what you want.
Instead of changing the checkbox, you could change the background color of the groups, show an icon, add a border, or whatever you want really. The sky is the limit with Bubble!