Checkbox not working

blocks

The expected outcome here is that when a checkbox is clicked, the loading icon will be enabled, and if the checkbox is enabled, the variable C1 would be set to true, else it would be set to false. Then the loading icon will be disabled.

Instead, what I got is that nothing happens

You are making the circular progress visible to true and immediately setting it visible to false. What do you expect to happen? That’s exactly what’s going on!

2 Likes

Thank you @Italo for helping me.
I have solved the problem by using a timer to set an interval of 1 second in between the actions.

1 Like

11

should do what you wanted

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.