Hello,
Checked checkboxes are not restored. They may be cleared, but not checked on restoring form.
Probably the issue is in line #31 https://github.com/SmartTeleMax/jquery.form.state/blob/master/jquery.form.state.js#L31
I think it should be:
if ($el.attr('type') === 'radio' || $el.attr('type') === 'checkbox') {