# Control.conditional

## Description

Validates the condition passed.

## Input / Parameter

| Name      | Description                                           | Input Type | Default | Options | Required |
| --------- | ----------------------------------------------------- | ---------- | ------- | ------- | -------- |
| condition | The condition to be validated.                        | Boolean    | -       | -       | Yes      |
| yesValue  | The output value if condition is 'true'.              | Any        | -       | -       | No       |
| noValue   | The output value if condition is 'false'.             | Any        | -       | -       | No       |
| extra     | The stored value that is passed to all the callbacks. | Any        | -       | -       | No       |

## Output

| Description                          | Output Type |
| ------------------------------------ | ----------- |
| Returns the 'yesValue' or 'noValue'. | Any         |

## Callback

### yesCallback

The action performed if the condition is true.

### noCallback

The action performed if the condition is false.

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
