# Radio 📻

* [ ] Label

  Text associated with the radio input
* [ ] Grouping

  There must be more than one radio option for the experience to work

  ⭐️ Utilise radio to surface all inputs options, only being able to select one

  ⭐️ Radios with short labels can be align horizontally, but should usually be aligned vertically
* [ ] Default selection

  Start with a radio option selected

  ⭐️ This doesn't always have to be the first option, it can be the more likely option based on previous research and experiences
* [ ] Style

  Make sure radio is unique and stands out from other input options
* [ ] Clickability

  Consider what is clickable to make the radio option active (text label, container)
* [ ] States

  Radio can be default, active and disabled (see examples below)


---

# 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.klai.studio/engineering-reference-docs/software-testing-overview/ux-ui-checklist/elements/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.
