I need to make a CheckBox to look like a “(” shape instead of it’s nomal square shape , the “(” shape should have some space inside it so that the user would observe the difference when checking and unchecking.
Thanks in advance
I need to make a CheckBox to look like a ( shape instead of
Share
you need to change the Template in the comboBox style. This is an example of a circular checkbox:
If you want to change the shape, then you’ll need to make a path rather than an ellipse. Blend would probably be the best place to do that.