# Checkbox

A checkbox element lets learners select one or more options from a list. It’s useful for self-assessment or task completion. You can also use it to control navigation by requiring a learner to confirm a step (like, "I have downloaded and reviewed the document") before moving on.

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

#### Double-click on an element to view its settings.

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

{% hint style="info" %}
A checklist can be used either as a traditional checklist or as a continue button that prevents scrolling until all items are completed.
{% endhint %}

### 1. Checklist

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

#### To add a new checklist item, click on + below last item in checklist

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

#### To rearrange items in your checklist, click and hold the drag-and-drop icon next to an item, then move it up or down to the desired position

<figure><img src="/files/0GXHmP0Sas1VXXZ8RjjZ" alt=""><figcaption></figcaption></figure>

#### To delete items in your checklist, click and delete icon next to an item.

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

### 2. Continue

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

This table defines how checklist progression works based on user selection and block dependencies.&#x20;

|                             | No                                                                                                                                                                                         | All blocks completed                                                                                                 | Block above passed                                                                              |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| <sub>**Any selected**</sub> | You only need to click at least one checkbox to move forward. Blocks above do not require interaction. This setting lets you progress freely without completing all previous blocks.       | You must click at least one checkbox item in the block above to move forward + all previous blocks need interaction. | You only need to click at least one checkbox item in the block + interact with the block above. |
| <sub>**All selected**</sub> | You need to click all checkboxes in a block to move forward. Blocks above do not require interaction. This ensures at least one block with checkbox is fully completed before progressing. | You must click all checkboxes in the block to continue + full completion of all previous blocks is required.         | You must click all checkboxes in the block to continue + interact with the block above.         |


---

# 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://help.parta.io/editor/edit-elements/set-interactive-elements/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.
