> 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-disabled.md).

# Check Disabled

Check Disabled confirms the [Element](/elements/creating-elements.md) is disabled. Use it when a control should stay inactive until the user completes a prerequisite step.

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

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

## When to use it

* Confirm a submit button stays disabled until the form is valid.
* Verify a destructive action stays locked until confirmation is complete.
* Pair with [Check Enabled](/test-steps/check/check-enabled.md) after the user satisfies the prerequisite.

## 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 Enabled](/test-steps/check/check-enabled.md)
* [Element states](/test-step-options/element-states.md)
* [Check](/test-steps/check.md)

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