Hello,
I've a SharePoint list, in which I added a Toggle button i.e. Yes/No.
Same is added to the PowerApps form.
Users are able to switch between this Toggle button and submit/save the form.
But later when we refresh the form, we could see that the Toggle button is switched to No, even though if was selected as Yes.
In SharePoint also we do not see a check mark for the selections which were selected as Yes
In added below code to the Update property:
Update = If(DardCard10.Value = true, true, false)