windows phone 7 image checkbox
问题 I'm trying to create a simple checkbox, which is an image instead of the classic one. I managed to create the control and assign it different behaviours, but I can't make it to work when checking/unchecking. Here's the code : <UserControl.Resources> <ControlTemplate x:Key="CheckboxImageTemplate" TargetType="CheckBox"> <Image Name="imgTreble" MinWidth="100" Source="Images/treble_unchecked.png"/> </ControlTemplate> </UserControl.Resources> <StackPanel x:Name="LayoutRoot" Background="