When I first debug the app in my browser, I click the register link which takes me to the register page.
An aero type 'busy' symbol is showing in the centre of the screen and stays there until I complete the registration details and click register.
My alert box in the javascript shown above tells me wether or not I have checked the checkbox, and that it has set the checkboxes value true for checked or false if unchecked.
If I then check the database, the details have been added, but no matter what the value in the checkbox, the database holds false. The aero stops spinning in the centre of the form.
If I then change the username in the form, so as not to clash with the previous data in the database, and re-click the register button, it now creates another entry in the database, this time correctly showing true or false depending on the checkbox status.
My back button in the title bar does not function, My cancel button does not function, this is just mapped to a navigate to page:
Page: LoginScreen, Transition effect: default, Reverse: false, Use full screen refresh: false.