The Check Value Condition will check any value in the model being generated.
| Property Name | Description | 
|---|---|
| Negated | Determines if the meaning of the Condition should be reversed, so if it returns FALSE it will be treated as TRUE. | 
| Value | The value to check for must evaluate to either TRUE, YES or 1 for the Condition to pass. | 
| Title | Changes the Title (not the name) of the task. | 
When this task is added the properties are both static.
To be able to build rules on a static properties see How To: Change A Static Property To A Dynamic Property.
| Property Name | Example Rule | Example Result | Meaning | 
|---|---|---|---|
| Negated | FALSE | FALSE | FALSE means that the Condition will be not be reversed. | 
| Value | CreateImageReturn | CreateImageReturn | In this case the Condition will check to see if the value for the Check Box Control Create Image is TRUE. If so it will carry out the task. |