I am having a tricky problem, I want some slightly unusual behaviour from a checkbox and can\'t seem to figure it out. Any suggestions would be most welcome. The behaviour I
This answer is not your question, but it answers the question from the title.
Checkbox in WPF does not have the IsReadOnly property.
But, similar behavior is achieved using properties
IsHitTestVisible="False" and Focusable="False"