Checkbox
An on/off toggle that outputs true or false. Pair it with an If node to flip a whole branch of the model, such as applying or skipping an adjustment, from a single click on a dashboard form.
Inputs
| Input | Accepts | Required |
|---|---|---|
Default | Yes/No | Optional |
Outputs
| Output | Produces |
|---|---|
Value | Yes/No |
Settings
Typed in on the node or set by the assistant, not wired.
| Setting | Default | Notes |
|---|---|---|
Label | Checkbox | |
IsChecked | False | Whether the box is currently checked; this is the true/false value it outputs. |
Example
Add a Checkbox labeled Include terminal value and connect it to the Condition of
an If node whose TrueValue is the enterprise value including terminal value and
whose FalseValue is the sum of discounted cash flows alone. Reviewers can flip the
box during a valuation discussion and watch the KPI card move.