#Checkbox with javascript localStorage
After a user clicks on the checkbox, it remembers the selection by using javascript localStorage to store user's selection. You can make changes to the selection by check/uncheck each box. It will auto save the change to localStorage.