Scenario: I have a set of checkboxes as a component with auto layout.
Within the component: If I duplicate a checkbox option, it becomes the next option in the component layer.
Outside the component as instance: If I duplicate a checkbox option, it appears outside the instance and can not be dragged into the layer.
Why can I not duplicate an element within an instance and have it as a new element within the instance? I realize I can break it apart and get the effect, but trying to understand the logic.