You could use the onchange event to submit the page using javascript.
Then when the page is reload check to see if the checkbox is checked or before you submit the page set a hidden field w/ a value that lets you know the check box is checked.
Then based on that call a function that does the dirty work for you.
Bookmarks