Avatar

Level 10

Regarding restoring deltas check out the following from Stefan Cameron on his blog:
http://forms.stefcameron.com/2008/09/29/restoring-the-state-of-your-form/

I don't think it really does anything different than the auto setting though.

You'll need to check values to restore the states you want - the form:ready event works well for this. I've found, especially on something simple like a checkbox, that putting the same trigger code in the click event and form:ready event works.