Input

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

InputAcceptsRequired
DefaultYes/NoOptional

Outputs

OutputProduces
ValueYes/No

Settings

Typed in on the node or set by the assistant, not wired.

SettingDefaultNotes
LabelCheckbox
IsCheckedFalseWhether 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.

Related nodes