You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I am using MVVM Light and I am binding my OnLabel to a string property I have in my ViewModel. This works only when I have the toggle NOT checked. Once I check it, the OnLabel goes to the correct string. If I have the toggle initially checked, the OnLabel is always 'On' and not whatever my string is inside of my ViewModel. If I uncheck the toggle, then check it, the correct string shows. Any thoughts?