Hi @nagaraj007 ,
Do you mean that if you navigate to other screens and go back to the previous screen, the checked box will reset to unchecked automatically?
Could you show me all the settings of these screens, galleries, checkboxes?
I've made a similar test but not met the same problem like your description.
Here's my test for your reference:
1)screen1, insert a gallery and a checkbox inside the gallery, a navigate button
set the gallery's Items: list1
set the checkbox's OnCheck:
Collect(test,ThisItem)
set the checkbox's OnUncheck:
RemoveIf(test,ID=ThisItem.ID)
set the navigate button's OnSelect:
Navigate(Screen2)
2)screen2, insert a gallery and a checkbox inside the gallery, a navigate button
set the gallery's Items: list2
set the checkbox's OnCheck:
Collect(test,ThisItem)
set the checkbox's OnUncheck:
RemoveIf(test,ID=ThisItem.ID)
set the navigate button's OnSelect:
Navigate(Screen1)
If I make selections in screen1 and navigate to screen2, make some selections in screen2, click navigate button to navigate back to screen1, the checked items still retain to be checked.

Best regards,