Checkbox's is checked value does not match dynamic state value

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.
image

The checkbox’s is checked value does not match the current dynamic state value.
Here is the app link:

Preview:

Currently all you are doing is setting the custom state with no feedback to your check boxes.

Use a conditional statement on the checkbox:
When item checkbox’s checked is yes: This checkbox should be checked

Do you mean this?
image
I have added the condition on the checkbox, but still the same issue.
Correct me if I am wrong.

Any suggestions, please?

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!

2 Likes

Thank you so much, I worked perfectly! :grinning:

This topic was automatically closed after 70 days. New replies are no longer allowed.