I'd like to create a customized checkbox that behaves exactly like StackOverflow's "accept answer" checkbox:
That is, I simply want to display a single image when checked, and a single different image when unchecked. I don't care about indeterminate state.
I'm a bit of a newbie when it comes to WPF ControlTemplates, so I'm having trouble customizing the CheckbBox's ControlTemplate to show these images when checked/unchecked. Can someone point me in the right direction?