condition.type.isBoolean ViewHelper <vhs:condition.type.isBoolean>
Condition: Type of value is a boolean
Condition ViewHelper which renders the then
child if type of
provided value is a boolean.
Arguments
then
- DataType
- mixed
- Required
- false
- Description
- Value to be returned if the condition if met.
else
- DataType
- mixed
- Required
- false
- Description
- Value to be returned if the condition if not met.
value
- DataType
- mixed
- Required
- true
- Description
- Value to check