link a button to nested component on same page
I am wondering if anyone can point me to a "how-To" on a task. I've creatd a component which steps through selecting items in various states. The last "step" is that when I select the button within the component I want it to have a nested box component to appear. I have set the state of this box to be "blank" as a default and a hover state where it appears.
I cannot figure out how to wire the button to make the box appear when the user clicks the box? Any workflow for this? This is a web-based app protoype - not a mobile device.
Perhaps nesting the components is not the way to go?


