I have multiple check button components, that has 2 states, which are off by default.
I also have multiple layers that are hidden by default.
I want to make it so that if I click on a check button, it's state changes to on and the hidden layer, which it is assigned to, is also displayed.