> For the complete documentation index, see [llms.txt](https://docs.simplio3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplio3d.com/learning-the-app/products/create-options/checkbox.md).

# Checkbox

Each check box represents a variant, and the distinct feature of this type of option set is the possibility to select more than one variant from the same option set.&#x20;

To add an option set checkbox type, you need to click on the "Create Options" tab and at the top right of the screen, select the option set 'Checkbox' type found in the drop-down button.&#x20;

<figure><img src="/files/nh0TIQQWNrrrzlCkoQ6n" alt=""><figcaption><p>Add 'Checkbox' option set</p></figcaption></figure>

After selecting the checkbox, click the "**Add block**" button next to the drop-down to add it to the block list. Before it is added to the block list, you must define the set of options for the check box.

<figure><img src="/files/3snm0LoQrufE017oeBjc" alt=""><figcaption><p>Define 'Checkbox' option set</p></figcaption></figure>

The app will prompt you to assign a **title** and add the first **variant** to the set of checkbox options, also you can hide or show the title. After clicking "Add variant", a pop-up window will appear.

<figure><img src="/files/GVS5fMn5LklIB6JensqW" alt=""><figcaption><p>Define 'Variant' within the Checkbox option set</p></figcaption></figure>

Each variant in an option set allows selection of a 3D model, 3D part(s) and material. Please note that they are not required to be selected (are not mandatory in order to create a variant). You can create these checkboxes without an effect on the 3D object, so it is not necessary to assign it a 3d model or material, only if needed. In the below example we will skip this by directly clicking the 'Save' button.

<figure><img src="/files/WWBBEdgrNmgWOxoJccSS" alt=""><figcaption><p>First variant added within the Checkbox option set</p></figcaption></figure>

Now click on “Save” again and you will find the newly added option set at the bottom of the block list.

<figure><img src="/files/EQ0WJGSWmd2DZs2JvF2U" alt=""><figcaption><p>Checkbox option set in the block list</p></figcaption></figure>

Your configurator is ready for a preview. You can repeat the process and add as many checkbox variants as needed for your configurator. You can add [restrictions](/learning-the-app/products/create-options/restrictions.md) and [prices](/learning-the-app/products/pricing.md) and it will be detailed in the relevant chapter of this document.

<figure><img src="/files/NOcb9t1Tt1j4XpKOF3Hq" alt=""><figcaption><p>Preview mode</p></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.simplio3d.com/learning-the-app/products/create-options/checkbox.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
