# UI.Boolean Data

## 1. Description

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

![](https://238629208-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LO8n4ithPJG3iCqU7ir%2F-LOCuZ4CG7VVXfPkYkkf%2F-LOCxPP9RQx74S8uBvbd%2Fimage.png?alt=media\&token=1f32b9ac-3e57-4a59-8e57-58db49f1a450)

## 2. Inputs

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

![](https://238629208-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LO8n4ithPJG3iCqU7ir%2F-LOCuZ4CG7VVXfPkYkkf%2F-LOCx9L4zTJ8V2YQPU2K%2Fimage.png?alt=media\&token=9e23228d-0ad7-43dd-b956-8a2987b5ecfd)

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

![](https://238629208-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LO8n4ithPJG3iCqU7ir%2F-LOCuZ4CG7VVXfPkYkkf%2F-LOCxv-3mUtpZR11-no4%2Fimage.png?alt=media\&token=e26b5169-f5dc-490a-84b6-c558c82bff9e)

* **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.

![](https://238629208-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LO8n4ithPJG3iCqU7ir%2F-LOCuZ4CG7VVXfPkYkkf%2F-LOCybP4ppz4x2r6eUlH%2Fimage.png?alt=media\&token=01530f51-3c05-46f8-bf59-3dd5f029cd43)

## 3. Output

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

![](https://238629208-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LO8n4ithPJG3iCqU7ir%2F-LOCuZ4CG7VVXfPkYkkf%2F-LOCz3ahNvk07aHw6Myy%2Fimage.png?alt=media\&token=af6aba5f-0b84-405e-b115-b6733c20caac)
