Radio buttons
Article last updated at August 11, 2026
Radio buttons work similarly to tabs. For example, for splitting instructions for different platforms.
{% list tabs radio %}
- Название радиобаттона 1
Текст радиобаттона 1
- Название радиобаттона 1
Текст радиобаттона 2
{% endlist %}
Usage example and result
{% list tabs radio %}
- Название радиобаттона 1
Текст радиобаттона 1.
Можно вложить еще один перечень радиобаттонов.
{% list tabs radio %}
- Вложенный радиобаттон 1
Текст вложенного радиобаттона
- Вложенный радиобаттон 2
Текст вложенного радиобаттона
{% endlist %}
- Название радиобаттона 2
Текст радиобаттона 2.
{% endlist %}
Result:
Radio button text 1.
You can nest another list of radio buttons.
Nested radio button text
Nested radio button text
Radio button text 2.
Warning
For correct display of tabs and radio buttons, follow the indentation rules:
-
separate with empty lines:
-
{% list tabs %}({% list tabs radio%}for radio buttons) and{% endlist %}; -
the text of one tab and the name of the next tab;
-
-
indent for tab content - two spaces.
Note
Tabs, accordions, radio buttons, and dropdowns share common properties described on the page Common parameters.