I have the following code :
myList =['a','b']
rb=wx.RadioBox(self.panel, -1, "Options :", (0, 0), wx.DefaultSize,myList, 2, wx.RA_SPECIFY_COLS)
When it renders first time I see that a choice has been made how can I change the code that when this radibox rendered first time there are no option has been chosen.