I have an example of QStacked Widget code from internet, which generates its own layout for each child (below) Now I want to collect data from all of them and process it later. How can I know which checkbox was checked, for example? This code layout.addWidget(QCheckBox(“Physics”).stateChanged.conn…