> 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-not-clickable.md).

# Check Not Clickable

Check Not Clickable confirms the [Element](/elements/creating-elements.md) is not ready to click. Use it when a control should stay disabled, hidden, or blocked by an overlay.

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

![Check not clickable Test Step](https://app.does.qa/screenshots/node/check_is_notClickable.png)

## When to use it

* Confirm a submit button stays inactive until required fields are filled.
* Verify a link or button is blocked while a loading state is shown.
* Pair with [Check Clickable](/test-steps/check/check-clickable.md) on different branches of the same Flow.

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

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