[m_cocoaNSView release];
[GetNSButton() setButtonType: NSRadioButton];
[GetNSButton() setTitle:wxNSStringWithWxString(label)];
+ // If it's the first in a group, it should be selected
+ if(style&wxRB_GROUP)
+ [GetNSButton() setState: NSOnState];
[GetNSControl() sizeToFit];
if(m_parent)