Hi guys,
i have an ON/OFF switch. When clicked it should change a text (connected to a variable) to ON or OFF and the button itself must change its variant accoringly. What ends up happening is that the text does switch from ON โ OFF when i click (GOOD). But the text will not change back to ON again when the switch is in its OFF-variant (NEEDS FIXING) and is clicked.
The text does change from OFF-> ON again when the switch is in itโs ON-state, but i end up with an OFF switch with ON-text.
I have made a video to show what i mean:
Video
Here is the component and its interactions (the switch state-off which should set the variable to ON):
I have made multiple iterations, also with conditional interactions, but i end up with the same problem. Itโs getting frustrating to fix. Does someone have a solution for this?