Radio button group is a pre-defined group of RadioButton controls. It can only contain radio buttons and no other controls and they have a static, predefined layout.
Group box is a container for a group of IGroupBoxOption that can contain RadioButtonand other controls such as text fields and they allow the user to manually define a custom layout.
All group options within this container will interact together to allow a single selection, using the DefaultGroupManager. If no IGroupBox is found in the hierarchy, the default container will be the panel.
Use radio buttons
Use dropdowns
Common aspects of both radio button group and group box
Radio button group
Group box
Radio button labels can be paired with tooltips to display useful information about the control, ensuring the user has proper information about its function. Use tooltip property to display tooltips.
Radio buttons can be:
Radio buttons can be:
UI Toolkit
API reference for a RadioButton
API reference for a RadioButtonGroup
API reference for a GroupBox