GLOBAL BUG! Switch connected to database is not working

BUG! Switch connected to database is not working, please fix it.
Thanks in advance!

Hi,
If you encountered a bug, please report it to Wix support by submitting a ticket here . Please include as much details about it as possible, including any relevant screenshots.

To add to Aleks reply above, the switch user input is working fine, so I would check that your own settings are correct.

You can see it fully working here with the top repeater box showing you the current state of the switch and then when you submit it, it will then be saved into the dataset with the checked statement of true or false, along with the value of the switch when it is selected.
https://givemeawhisky.wixsite.com/switchtest

You should read about the Switch and the workings of it here.
https://support.wix.com/en/article/adding-and-setting-up-a-switch-element
https://www.wix.com/corvid/reference/$w.Switch.html

If you want the value of the switch to be saved into your dataset, then you need to use setFieldValue, as shown in the Wix API link from above.
https://www.wix.com/corvid/reference/$w.Switch.html#value

The switch saves the on or off state as a boolean value in your dataset, so your connected field must be of boolean.