It would be handy to have a WP7-style toggle switch included in this library of controls. It has distinct advantages over "ToggleButton," and "Checkbox," and "RadioButton."
The code is even easily accessible from WP7 SDKs, and can basically be copied/pasted from [here](http://www.theleagueofpaul.com/wp7-toggle-switch-in-wpf)
Another example can be found [here](http://toggleswitch.codeplex.com/releases/view/74327)
Even though the code is easily available, it would be preferable to have it included in a library with my other commonly-used custom controls; i.e. Extended WPF Toolkit...
Comments: ** Comment from web user: BoucherS **
The code is even easily accessible from WP7 SDKs, and can basically be copied/pasted from [here](http://www.theleagueofpaul.com/wp7-toggle-switch-in-wpf)
Another example can be found [here](http://toggleswitch.codeplex.com/releases/view/74327)
Even though the code is easily available, it would be preferable to have it included in a library with my other commonly-used custom controls; i.e. Extended WPF Toolkit...
Comments: ** Comment from web user: BoucherS **
This new control "ToggleSwitch" will be included in the v2.3 Plus version of the tookit.