The “Continue” button state should change to Selected when an option above is selected and allows to move on to the next screen when tapping “continue”.
I get it working with local components but I won’t with more complex external components that have more than 2 states (default, selected, disabled,…)
The “Continue” button should change color on tap, allowing to go
Here’s an example showcasing a conditional button with some checkboxes. You can use the same setup, add a connection from the continue button to the next frame, and add a conditional that checks if the state variable is correct before transitioning to the frame.
Trying to replicate this on my own and having some trouble. So in my example I have a navigation menu and I want to have one button be the active state, and all other buttons be inactive. And then if you click an inactive button, that one becomes active and the currently Active button becomes inactive. Is this possible?
I guess I should have looked at the rest of your file first Thanks for the reply, let me dig back in.
Okay back, not quite what I was thinking. I was thinking driven by variables, not just creating every variation of something and swapping it out. The variables and conditionals are supposed to do the hard work so I don’t have to!