> For the complete documentation index, see [llms.txt](https://docs.smt-x.com/smtx-online-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smt-x.com/smtx-online-documentation/fulfillment-platform/forms/yes-no-field.md).

# Yes : No Field

When the type of Field is set to 'Radio Button (yes / no)', the groups displayed on the General Settings tab are limited.

This field type shows 2 radio buttons, 1 with value "Yes", the other with value "No". Example:

![yesno](https://help.smt-x.com/yesno.jpg)

The following Field Settings are available, in the section "Field Settings: input masks":

![clip0223](https://help.smt-x.com/clip0223.jpg)

* Columns : Define the number of columns in which the radiobuttons are positioned. When no value is provided, all radiobuttons are placed in 1 column
* Repeat Direction : Set how the values should be positioned in the multiple columns. When Horizontal is chosen, the values are placed in the columns from left to right. When Vertical is chosen, values are positioned column by column.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.smt-x.com/smtx-online-documentation/fulfillment-platform/forms/yes-no-field.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.
