> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/cordova/logical/not.md).

# not

## Description

'not' operator is a Boolean operator that returns true when the operand is false, and returns false when the operand is true. Essentially, the operator reverses the logical value associated with the expression on which it operates.

## Input / Parameter

| Name   | Description                      | Input Type | Default | Options | Required |
| ------ | -------------------------------- | ---------- | ------- | ------- | -------- |
| value1 | The input to be checked against. | Boolean    | -       | -       | Yes      |

## Output

| Description                                                 | Output Type |
| ----------------------------------------------------------- | ----------- |
| Returns true if operator is false, returns false otherwise. | Boolean     |

## Callback

N/A

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
