> 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)
