
Data Structure
Flicking the toggle to the right sets to the value to true
, left to false
.
should_it: true
Templating
Toggles are usually used to control logic, so you can combine them with {{ if }}
statements in your templates to do all manner of wizardy.
{{ if should_it }} It does {{ /if }}