# Get Element Status

This is pre-built Action comes for **Captured Radio Button** from **Desktop Application.** The functionality of this action in Avo Assure is to retrieve the status of the radio button which is captured and save the result in the given dynamic variable.&#x20;

{% hint style="warning" %}
**Note:** it will return either:

* Selected (if the radiobutton is selected)
* Unselected (if the radiobutton is not selected)
  {% endhint %}

### **Syntax**

**Input Value:** `N/A`&#x20;

| Argument | Description    |
| -------- | -------------- |
| N/A      | Not Applicable |

**Output Value:** &#x20;

| Argument                                     | Description                                                                                    |
| -------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| <p>\<Dynamic Variable></p><p>(Required)</p>  | This dynamic variable holds the status of the radio button as (**Selected** or **Unselected**) |
| <p>\<Dynamic Variable></p><p>(Optional) </p> | This dynamic variable holds the result as **Ture** or **False**                                |

**Example**

**Performs retrieval of the current status of a radio button**

The **Get Element Status** action identifies whether the targeted radio button is selected or unselected. As this action applies to a captured radio button, no input is required in the Input Value column. The result of this action store in the **{Check}** variable as **Selected** or **Unselected**&#x20;

<figure><img src="/files/2U3HIPShmuB1vsYEKFVg" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Uob0jCISVDaVw5YcYZ0C" alt=""><figcaption></figcaption></figure>


---

# 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.avoautomation.com/avo-assure/actions/desktop/radio-button/get-element-status.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.
