> For the complete documentation index, see [llms.txt](https://documentation.botghost.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.botghost.com/custom-commands-and-events/options/choice-option.md).

# Choice Option

<figure><img src="/files/L8OsGcfIGK9g4oUYz2Jo" alt="" width="326"><figcaption></figcaption></figure>

This option block is a choice between `True` or `False` that can be used in later actions / conditions of the command.

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

You can retrieve the variable of the option via the **Clipboard** or the block itself. The format of the variable is `{option_optionname}`, where `optionname` is the [name](#option-name) of the option.

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

## Option Name

This field requires an input for your unique option name. The designated name will then be the reference for your option variable.

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

## Option Description&#x20;

The option description field allows you to assign a custom description to your option. It is useful to describe what the option is used for.

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

## Set Required

With this switch you are able to toggle if the option should be required or not in order to execute the command.

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