ToggleButton Has No Unchecked State in UWP
问题 I am working with Visual States in a ToggleButton template within a Windows 10 UWP app. I have added an animation for the 'Checked' state so when checked, an icon within the template rotates 90 degrees over 250 milliseconds. Now I want to animate the icon rotating back to normal over the same 250 millisecond timespan when the ToggleButton is no longer checked. Problem is, there is no 'Unchecked' state to animate anymore for ToggleButton - so it seems like this is impossible. Surely I have