I have a component that has two layers on top of each other. Is it possible to turn one on, while the other is turned off (and vice versa) with a boolean variable?
To top it off, can I have multiple instances of that component inside a frame, and change the variable mode so all layers‘ visibility can be controlled through that main frame?