Hi Jason,
you have already made it more complex that it needs to be.
If the only thing regulated by that switch is the visibility of the button, you don't even need a changed event.
All you need more than you have now, is a local variable of type boolean with default value of False. Set that boolean as the variable attached to the switch, and use that boolean as the Visible property of the button. That's it.



Dorine