0

In my windows phone application I am using some checkboxes. When I checked a checkbox, I need to hide the check mark from that checkbox. To identify the checked items I am changing the background image of the checkbox. The "IsChecked" property of the checkbox should not be changed. Can I hide the check mark from the checkbox?

Nelson T Joseph
  • 2,683
  • 8
  • 39
  • 56

1 Answers1

2

Yes. Click Edit Template - Edit a copy in Expression Blend and change Checked Visual State to what do you want

Ku6opr
  • 8,126
  • 2
  • 24
  • 31