NSRadioButton
This style is similar to NSSwitchButton, but it is used to constrain a selection to a single element from several elements.
Declaration
static const NSButtonType NSRadioButton;Discussion
You typically use this type of button in a group formed by an instance of NSMatrix. In Interface Builder, a matrix of this type of button is available as a separate Library item.