Show/Hide formula
Basic Concept
Note: toddle uses a truthy concept similar to that of JavaScript. There exists six falsy values: false, 0, '' (empty string), null, undefined, and NaN . All other values are truthy.
Conditional rendering
Caveats