-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Node Config
{
title: "Boolean Input",
category: "input",
type: "bool_var",
icon: {},
desc: "Boolean variable",
credit: 100,
inputs: [],
outputs: [
{
name: "Boolean",
type: "Boolean",
desc: "",
}
],
fields: [
{
name: "Boolean",
type: "CheckBox",
desc: "",
value: true,
},
],
difficulty: "easy",
tags: ['bool', 'true', 'false'],
}Additional Information
Long Description:
A True/False binary value node meant for logical operations
Use Cases:
- Manage checkbox values
- Parse yes/no replies from users
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation