Use a cookie to remember which checkboxes are checked in checks.php
.
The form can submit to itself, look at which boxes are checked, and use this to set the cookie appropriately.
When the user comes back, the same checkboxes should be checked.
The cookie should go away once the user closes their browser.