*sharath* 0 Junior Poster in Training

am having a check box in my launcher activity.
i need to enable it so that it helps in performing some action using a broadcast receiver.

its working fine until and unless i use the back button to navigate back.

but now i need to save the state of the check box even when the activity is destroyed.
that means when i again click on the app the checkbox should be clicked (if the user did it ) or it should not be.
please help me in solving out this task.