I making a WPF app. I have 3 checkboxes and I want to allow only one checkbox is checked at a time. If another one is checked, the previously checked one is unchecked. How could I do that?