ToggleSwitch
Closed this issue · 4 comments
mavris commented
Hi,
I am using ToggleSwitch to my project and I notice that you have removed the IsChecked functionality. Is there is any way to initialize the state of the ToggleSwitch with bindings?
ratishphilip commented
@mavris ToggleSwitch derives from ToggleButton class and it does have IsChecked property. It is not removed.
mavris commented
Sorry, what I meant is that I am binding a boolean to IsChecked and it doesn't affect the UI. I also tried to set it to "false" but it still not working.
ratishphilip commented
I just tested your scenario. It seems to be working for me.
Check out the sample project attached below.
mavris commented
It's working thanks. I don't what what went wrong.