as the title suggests, I'm trying to find a way to do the following:
-I have multiple checkboxes in a xaml file (let's say 5). When any of these boxes is checked, I want every other box to automatically be unchecked.
While this isn't too hard in itself, I was wondering if there was a way to avoid the tedious process of creating 5 unique commands along with 5 unique booleans to be bound to my checkboxes.
Thanks a lot!
