# Get element status

This is a pre-built action available under the **Captured Checkbox Element** from the **Desktop Application.** The functionality of this action in Avo Assure is to retrieve the status of the captured element and save result (**Checked**/**Unchecked**) in the dynamic variable.

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

* Checked (if the checkbox is selected)
* Unchecked (if the checkbox is not selected)
  {% endhint %}

### **Syntax**

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

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

**Output Value:** &#x20;

| Argument                                 | Description                                                                               |
| ---------------------------------------- | ----------------------------------------------------------------------------------------- |
| <p>\<Dynamic Variable><br>(Required)</p> | This dynamic variable holds the status of the check box as (**Checked** or **Unchecked**) |
| <p>\<Dynamic Variable><br>(Optional)</p> | This dynamic variabel holds the result of this action as **Ture** or **False**            |

**Example**

**Performs retrieval of the current status of a checkbox element**

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

<figure><img src="/files/6YPmGfMRgLAFaxhNJqoX" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/HJtYcX40ActU9e1IZpaA" 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/checkbox/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.
