# Radio

### Usage

* Used to select a single state from multiple options.
* The difference from Select is that Radio is visible to the user and can facilitate the comparison of choice, which means there shouldn't be too many of them.

### States

![](/files/N1V3Yg7TBgctZg1skpeX)

### Specs

#### 1. Basic

![](/files/3lEF0GHfPinG0iaelL2c)

#### 2. Radio button

We provide 3 sizes of radio button: large, default and small:

* Large

![](/files/eqN0p8nZ05J2uvjTehTP)

* Default

![](/files/OoB6ZEk3FoXwcgUZH0Jf)

* Small

![](/files/XpSG2kqwja07yEGk37yh)

### Sample code

```
// Some code
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sentre.io/design-pricinples/radio.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
