--- title: Usage position: 2 seo_title: Guidelines for Using the RadioGroup Component seo_description: Get the knack of the Telerik and Kendo UI RadioGroup and learn how to use and implement the component by following the instructions and recommendations in the user guidelines created by our designers. --- ## Usage Guidelines The Telerik and Kendo UI RadioGroup requires you to follow some basic principles when using the component. ### Purpose The RadioGroup component is typically used when you have a set of mutually exclusive options and users must select one of the available options. ![A Telerik and Kendo UI RadioGroup allowing the user to select only a single option.](images/components-radiogroup-usage-meaning-do.png "Use the Telerik and Kendo UI RadioGroup to allow the user to make a single-only selection.") ![Incorrect use of a Telerik and Kendo UI RadioGroup showing two selected options.](images/components-radiogroup-usage-meaning-dont.png "Do not allow two or more options to be selected when working with the Telerik and Kendo UI RadioGroup.") ### Label The label of the RadioGroup is of primary importance as it conveys the meaning of the options that the user can select. Therefore, the text label must be clear, straightforward, and as short as possible. ![A Telerik and Kendo UI RadioGroup using a concise text label.](images/components-radiogroup-usage-label-do.png "Use simple and concise text labels for the Telerik and Kendo UI RadioGroup.") ![Incorrect use of a Telerik and Kendo UI RadioGroup showing repetitive and long text labels for each available choice.](images/components-radiogroup-usage-label-dont.png "Do not render complex, long, or vague text labels when using the Telerik and Kendo UI RadioGroup.") ### Default Selection To prevent confusion among users when using a RadioGroup, don't select all alternatives by default. Instead, provide a single default or pre-selected option as a clear starting point. ![A Telerik and Kendo UI RadioGroup with a preselected option](images/components-radiogroup-usage-default-selection-do.png "Assign a default option in the Telerik and Kendo UI RadioGroup to improve the intuitiveness.") ![A Telerik and Kendo UI RadioGroup without default or preselected option](images/components-radiogroup-usage-default-selection-dont.png "Don't leave all Telerik and Kendo UI RadioGroup options unselected as this reduces the intuitiveness.") ### Binary Selection When designing a user interface with a RadioGroup, consider the best approach for binary selection scenarios. By using a single checkbox instead of two RadioButtons, you can create a more efficient and simpler interface. Using two radio buttons for binary selection within a RadioGroup can lead to unnecessary complexity and confusion for users. ![A Telerik and Kendo UI Checkbox used for binary selection](images/components-radiogroup-usage-binary-selection-do.png "A single Telerik and Kendo UI Checkbox is the preferred approach for binary selection scenarios.") ![Incorrect use of a Telerik and Kendo UI RadioGroup in a binary selection scenario](images/components-radiogroup-usage-binary-selection-dont.png "Do not use a Telerik and Kendo UI RadioGroup for binary selection as this complicates the UI.")