I have radio buttons grouped in a group box


Question1: Can I give each radio button a default value:

Example radio1 value = 1 ,radio2 value =2

If this is possible , How do I get which radio button is selected and what is it's value without using If statement.

Example : Messagebox.show ---> groupBox Selected radio button Value !