# Radio buttons

Buttons with customizable options. Unlike checkboxes, only one radio button can be selected at a time.

<figure><img src="/files/DWr3yb4Tgdyt7NA4VlWJ" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="220.9609375">Settings</th><th width="117.0849609375" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td>Heading</td><td align="center"><code>text</code></td><td>Heading for the group of radio options.</td></tr><tr><td>Required</td><td align="center"><code>checkbox</code></td><td>Marks the radio field as required.</td></tr><tr><td><strong>Include up to six options</strong></td><td align="center"></td><td></td></tr><tr><td>Option one to Optional six</td><td align="center"><code>text</code></td><td>Text for up to six radio button options. Leave blank to exclude.</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://palo-alto.presidiocreative.com/sections/sections/forms/contact-form/radio-buttons.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.
