I'm trying to replace the checkmark of the standard WPF checkbox by my own checkmark (actually a Path). The checkbox should look like the standard one.
Where can I find the Microsoft xaml template of the checkbox, so I could modify it in the xaml? Or is there an more elegant way of doing this?
Note: I found already a template on MSDN ( http://msdn.microsoft.com/en-us/library/ms752319%28v=vs.110%29.aspx ), but it looks completely different.
Regards, BlackTuareg
Step1 : Please Open New Project and Write Down Checkbox tag.
Designer View will look
Step 2: In Designer view ----Right click on CheckBox ->Edit Template->Edit A Copy
Step 3: Give name to style ->select resource window/checkobx ->ok
and Finally you can change/replace path by changing path in x:Name="markGrid"
Upadte :