# Field - Multi Checkbox

### Overview

Field that can be controlled by checkbox list (all options are visible, multiple options could be selected). Useful if you want to present all options to user and allow to pick more than one option. **Selected options will be appear in document as comma separated values.**

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

### Options

#### List of options

You can add/remove/edit options list that will appear as checkboxes

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

**Label -** Value visible in dropdown on form

**Output To Document (Optional)** -Value that will go to document (if not provided - label will be used) | Default(if not provided): same as Label


---

# 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-multi-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.
