> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/actions/web/grid/select-radio-button.md).

# Select Radio Button

This is pre-built Action located under the Table/Grid captured from the AUT Element Name, instructs the Avo Assure to select the radio in the specified grid cell and save the result in dynamic variable.

### Syntax

**Input value:** `<row>;<col>;<header/body>(optional);<left/right>(optional);<row_attr>(optional);<col_attr>(optional)`

<table><thead><tr><th>Argument</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>&#x3C;row><br>(Required)</td><td>Specifies the row number where the radio button is located</td><td></td></tr><tr><td>&#x3C;col><br>(Required)</td><td>Specifies the column number where the radio button is located.</td><td></td></tr><tr><td><p>&#x3C;header/body></p><p>(Optional)</p></td><td>Specifies whether the reference to the table is in the header or body.</td><td></td></tr><tr><td><p>&#x3C;left/right></p><p>(Optional)</p></td><td>Directional hint to locate the cell relative to a known value or position.</td><td></td></tr><tr><td>&#x3C;row_attr><br>(Optional)</td><td>Attribute to be used to identify the row (e.g., row ID, unique label) instead of using numeric</td><td></td></tr><tr><td>&#x3C;col_attr><br>(Optional)</td><td>Attribute to identify the column (e.g., column name or header value) instead of a numeric</td><td></td></tr></tbody></table>

**Output Value**

| Argument                                                    | Description                                              |
| ----------------------------------------------------------- | -------------------------------------------------------- |
| \<Dynamic Variable>(Optional);\<Dynamic Variable>(Optional) | This variable stores the status as **true** or **false** |

**Example**

**Selects a radio button in a specified table cell based on the input value**\
\
The **Select Radio Button** action takes the value from the Input Value column (e.g., **2;Option;header;left**) and selects the radio button located at the defined row and column in the table. Optional parameters such as **header** and **left** help refine the cell selection. The result of the radio button selection is stored in the **{Radio}** variable, with the following possible values:

* **True** – if the radio button is selected successfully.
* **False** – if selection fails or an error occurs

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FvVPxAZ2v3lzSZnPqBaAx%2Fimage.png?alt=media&amp;token=36f91368-c9fb-4d5e-9a78-458c315a0abd" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/actions/web/grid/select-radio-button.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
