I can’t find the default WPF ControlTemplate for a CheckBox. Does anyone know how to locate it? All I can find is the SilverLight default checkbox template on MSDN.
MSDN has a custom control template for the WPF checkbox example which uses X’s instead of check marks. I’m specifically looking for the default check mark style that comes standard with WPF – I just can’t locate the XAML for it.
I’ve also tried saving the template using XamlWriter to no avail. Downloading the Simple Styles template from WPF Control Templates sample also just uses the X’s instead of classic check marks.
I haven’s seen the default styles for any other theme but Classic available online but if you happend to find them, please post back here 🙂 I think the templates over at MSDN are usually the Classic theme.
You can use Expression Blend to get it, you can download a trial here.
Select the
CheckBox, go to Object -> Edit Style -> Edit a Copy.Assuming you are after the windows 7 (aero) style, here it is