I have 5 checkboxes, 1 button, and a text file. In my text file the values are stored like this:
1,0,0,0,1
When I run the program, the first and last checkboxes need to be checked and the others need to be unchecked.
If I check or uncheck any of the checkboxes then click the save button, the changed values have to be updated in text file. How can i achieve this?