Hi everyone, I'm currently facing a situation where I have a list of checkboxes on one screen. When I select some checkboxes, they move to another screen and remain selected there. However, the issue is that when I try to use a button on the second screen, it doesn't recognize them as selected until I click on them again. Does anyone know how I can capture the selection information so that I can implement the necessary methods? Alternatively, if the checkboxes generated using ngFor don't have an ID, how can I display them without requiring the user to mark them first before invoking the method?