OK, so I have a script for my toggle which enables a panel in which a button is, but I have noticed that the button is not interactable even though I have set it to be true. What bugs me is that it doesn’t seem to be a problem with my code.
When I move the button on top of the toggle (like move it up in the hierarchy like so):

Where the build-panel-1-button is “below” the panel containing the toggle. I can click on the button when I start the game, but then my toggle becomes disabled. Anyone know why this is?