# 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="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FGbRlMNl1tOzr8xtFHjW3%2Fimage.png?alt=media&#x26;token=10b79fe9-3cd9-45fa-b2c4-4c1259e33662" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FTyjIkveoPxuoyoyxC85S%2Fimage.png?alt=media&#x26;token=c9bbae49-0426-4b39-afcc-3dd716724947" alt=""><figcaption></figcaption></figure>
