# Field - Checkbox

### Overview

Dedicated Field type for yes/no selection. You can define label and text that goes to document if field is selected or not.&#x20;

![](https://tawk.link/61dd64c2b84f7301d32a6e5b/kb/attachments/D1K8jHv2pX.png)

### Options

#### Checkbox Label

Text that is display inline with checkbox. Could differ from field label

Default: Same as label

#### Checked Text

Text that goes to document if field is checked

Default: “Yes”

#### Non-checked Text

Text that goes to document if field is not checked

Default: “No”


---

# 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.documentero.com/documentation/forms/field-types-and-options/field-checkbox.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.
