I have a group of buttons with AutoToggle set to Radio. When I
click the mouse on a button, the previously set button becomes
unselected as expected. However, when I programatically select a
different button (button2.checked = true), the previously selected
button is not being unselected. Is there a different way to get
the radio behavior when I am programatically changing the selected
button?