Consider a simple .NET form with a couple of radio buttons and a checkbox.
Each of the radio buttons has a CheckedChanged handler setup that performs some action bas
Maybe for some functionality you can use the click event instead of the check changed event.