Bind on Controls

Recommendation

Do not bind to the IsChecked.Value property on a RadioButton or CheckBox control.

Binding to the IsChecked.Value property is not supported. Instead, bind directly to the IsChecked property.