MATLAB: Same checkbox on separate window

uicontrol checkbox gui

Hi, If I have 10 uicontrol checkboxes, 5 on page one and all 10 on page two. I created 5 checkboxes on each page first but how do I make a copy of the first 5 and list them on page two? Thanks a lot!

Best Answer

Use copyobj()