# Boolean

## Overview

A boolean type widget is a fundamental user interface element that allows users to interact with binary options, typically represented as "true" or "false," "on" or "off," or "enabled" or "disabled." This widget is widely used in Labii to enable users to make simple yes-or-no decisions. Boolean widgets are often depicted as checkboxes, switches, or radio buttons, and they provide an intuitive and efficient way for users to control settings, make selections, or confirm choices, enhancing the overall usability and functionality of user interfaces.

## Widgets

* [Checkbox](/widgets/column-widgets/form/boolean/checkbox.md) - Mark true or false of a statement
* [Switch](/widgets/column-widgets/form/boolean/switch.md) - Specialized checkbox designed for toggling binary states


---

# Agent Instructions: 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://docs.labii.com/widgets/column-widgets/form/boolean.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.
