What is the best way to code radio buttons that when you check a checkbox, the radio buttons become active and add a cost to the Labor Price. I already have the buttons enabled when you select muffler, I can't figure out how to code the radio buttons now in Visual C#.
Example:
? Muffler Replacement - $109.99
? Ford, Mercedes, Honda - add 1 hour labor
? Toyota, BMW, Volvo - add 2 hour labor
?All other Models - add 3 hour labor
Would I need a groupbox?