> For the complete documentation index, see [llms.txt](https://datashapes.gitbook.io/primer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://datashapes.gitbook.io/primer/ui/booleaninput-data.md).

# UI.Boolean Data

## 1. Description

This node is to create a checkbox on UI.MultipleInputForm++ forms.&#x20;

![](/files/-LOCxPP9RQx74S8uBvbd)

## 2. Inputs

* **InputName:**\
  This input lets you label the checkbox on the form. All it takes is a string.

![](/files/-LOCx9L4zTJ8V2YQPU2K)

* **DefaultValue:**\
  Lets you set the default value of the checkbox when the form first appears to the user. I takes a boolean input.

![](/files/-LOCxv-3mUtpZR11-no4)

* **Side Text:**\
  Sets the text that appears next to the checkbox. The default text is "Yes/No". It is handy when you want to give more information to the user about the actions to come. This input takes strings.

![](/files/-LOCybP4ppz4x2r6eUlH)

## 3. Output

The user input will be returned by UI.MultipleInputForm++  as a boolean value.

![](/files/-LOCz3ahNvk07aHw6Myy)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://datashapes.gitbook.io/primer/ui/booleaninput-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
