codice:
If NomeOptionButton.Checked = true Then
   'è quello selezionato
end if


Public Sub Form_Load....
  NomeOptionButton.Checked = true
End sub