> For the complete documentation index, see [llms.txt](https://interopxyz.gitbook.io/ui-plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interopxyz.gitbook.io/ui-plus/components/control/radio.md).

# Radio

## Description

Click to toggle a single item to true from a specified group

{% tabs %}
{% tab title="Preview" %}
![](/files/RD1mh0rNLmE8nzJ1PnSF)
{% endtab %}

{% tab title="Location" %}
**Name** | Ui Radio

**Nickname** | Radio

**Tab** | Ui

**Panel** | Control

**Division** | 1
{% endtab %}

{% tab title="Inputs" %}
**\*E** | **Element** (*Ui+ Element*) | An optional input for an Element.&#x20;

> If an Element is input it will be updated, if empty a new Element will be created.
>
> The input control must be of the same type as the component

**L** | **Label** (*Text*) | The control label

**S** | **State** (*Bool*) | The control boolean status.&#x20;

> If multiple buttons in a group are true the last one will be true.

**G** | **Group** (*Text*) | The Radio group
{% endtab %}

{% tab title="Ouputs" %}
**E** | **Element** (*Ui+ Element*) | Ui Element Layout.&#x20;
{% endtab %}

{% tab title="Mode" %}
*none*
{% endtab %}
{% endtabs %}

## Usage

![](/files/U9LFZKD7GQOKp0iVZmwl)
