I have a checkbox that I am using a conditional to set the box to be selected (checked) or not selected (unchecked)…After testing multiple times, deleting and recreating and checking again and pulling out my hair in confusion and frustration I am seeking help through labeling this a bug.
Below is the conditional logic as a screen shot
I set two different property changes on one condition in order to prove to myself, and I guess the world, that I’m not crazy and there is something wrong…My idea was to see if one or none or both of the property changes would take place when the condition is met.
Below is what happens on the page
On page load this is how things look:
Then when I select a single checkbox at a time
Then after I select checkbox for “Everyday”
So far things are working as they should. The underlying logic of the conditional is being met as all of my states are set appropriately…if it wasn’t set appropriately at this point we would not see the other days of the week become checked and displaying the day of the week text.
Now where the problem is, as one property change (unchecked) is not occurring, although the second property change of label change does occur on the same conditional as seen below: (note this is after checking “everyday” again to deselect all days of the week)
Notice how the first two days of the week check box (the ones I selected individually to start) are the only ones that remain checked however their labels change — meaning there is some kind of bug or issue with getting the unchecked preset status to change according to the set conditional.
I don’t know why this is happening. In the past I’ve had issues that after logging out and then back into bubble and reloading my app things that weren’t working as expected began to work properly, however with this issue I’ve had no success.
Any ideas of why this would be happening?
By the way, notice the change when I click on the “checked” box…
It doesn’t display the day of week text because it is not setting the state to include in the list that the condition is set to…this is because there is not change in the states as the checkbox isn’t really checked, instead it is some strange issue with the display.







