← Back
Boolean
This will display a checkbox.
Input:
[var name:"myVar" value:false /]
[Boolean value:myVar /]
Checkbox [Display value:`myVar ? "is checked." : "isn't checked." `/]
Output:
Props
- value
boolean
A value for the checkbox. If this value is truthy, the checkbox will be shown.
- Example:
x
- Example: