What is the code used with Radio Buttons to determine which one is chosen?

This would make sense to me, obviously wrong though.

If Option2.Clicked = True Then
Label1.Caption = "Option2"
End If

Thanks