Controls generating HTML.
Required attribute: condition
| Attribute | Type | Description | 
|---|---|---|
| condition | true/false | If the value is true and negateis false, the body of the CKCoditional tag is displayed. | 
| negate | true/false | Inverts the meaning of the condition. | 
| condition | negate | Result | 
|---|---|---|
| true | false | show | 
| false | false | not show | 
| true | true | not show | 
| false | true | show |