> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# PrimitiveBoolean - ComfyUI Built-in Node Documentation

> Complete documentation for the PrimitiveBoolean node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/PrimitiveBoolean/zh.md)

布尔节点提供了一种简单的方式，用于在工作流中传递布尔值（真/假）。它接收一个布尔输入值并原样输出相同的值，使您能够控制其他节点中的布尔参数。

## 输入参数

| 参数名 | 数据类型    | 必填 | 取值范围            | 描述            |
| --- | ------- | -- | --------------- | ------------- |
| `值` | BOOLEAN | 是  | true<br />false | 需要通过该节点传递的布尔值 |

## 输出结果

| 输出名称     | 数据类型    | 描述         |
| -------- | ------- | ---------- |
| `output` | BOOLEAN | 与输入值相同的布尔值 |
