# Single checkbox

Adds a single checkbox with customizable label and the option to make it required.

<figure><img src="/files/w3RiZGgGxl0osY9gry8M" alt="single checkbox for different purposes"><figcaption></figcaption></figure>

<table><thead><tr><th width="109">Settings</th><th width="136.77777099609375" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td>Label</td><td align="center"><code>text</code></td><td>Checkbox label, e.g., 'This is urgent'.</td></tr><tr><td>Required</td><td align="center"><code>checkbox</code></td><td>Field must be checked before submission.</td></tr></tbody></table>


---

# 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://broadcast.presidiocreative.com/sections/sections/forms/contact-form/single-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.
