In my case:
The date and the name in the repeating group are coming from an API. The toggle switcher switches by a condition (if the current row record is in the database).
Now I would like to click on a save-button and it saves all the records from the repeating group where the toggle switch is on. If it is easier to do, a checkbox would also be good.
(Side note: because there is no boolean value in the API-call, I cannot get this value from the repeating group list of things.)