Hi John,
This is a bug.
As a workaround add the following JavaScript code on Page Show event:
codeAppery( "mobiletoggle_23" ).val( localStorage.getItem( "toggle_state" ) ).slider( "refresh" );/codewhere localStorage.getItem( "toggle_state" ) stores "on" or "off".