I have a html page that have radio buttons that initially are all unset - this is by design.
The problem is if you move forward and then use the browser back button you could get to the page in a weird state, because the browsers reset some stuff, but not the radio buttons.
Is there event that I could handle to reset all I need when I get to the page with a back button?