> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/test-steps/check/check-enabled.md).

# Check Enabled

Check Enabled confirms the [Element](/elements/creating-elements.md) is active and accepts input. Use it when a control should unlock after validation or loading finishes.

See [Element states](/test-step-options/element-states.md) for how Enabled relates to Disabled and Clickable.

![Check enabled Test Step](https://app.does.qa/screenshots/node/check_is_enabled.png)

## When to use it

* Confirm a submit button unlocked after required fields are filled.
* Verify a field is editable before [Set value](/test-steps/action/set-value.md).
* Pair with [Check Disabled](/test-steps/check/check-disabled.md) on the branch where the control should stay locked.

## Configure

### Basics

| Field       | What to set                                            |
| ----------- | ------------------------------------------------------ |
| **Element** | The [Element](/elements/creating-elements.md) to check |

### Advanced

| Field                                 | What to set                                          |
| ------------------------------------- | ---------------------------------------------------- |
| **Status on fail**                    | [Failed Status](/test-step-options/failed-status.md) |
| **When should screenshots be taken?** | `Always` or `On Failures` (default)                  |

## Related

* [Check Disabled](/test-steps/check/check-disabled.md)
* [Check Clickable](/test-steps/check/check-clickable.md)
* [Element states](/test-step-options/element-states.md)
* [Check](/test-steps/check.md)

**Tags:** `check`, `is`, `enabled`, `test`, `expect`, `assert`, `element`, `disabled`, `state`
