# Choice – Drop Down, Radio Button, and Check Box

* Drop Down and Radio Button types allow a user to select a single option. The Check Box type allows multiple options to be selected at once.

Additional options for Choice fields:

* Required: Enable checkbox if field cannot be left empty.&#x20;
* To add options:&#x20;

1. Click “New Option” button Type option value in the text box above “New Option” button Option for Drop down and Radio button can have a colour code associated with it.&#x20;
2. Click colour square before option text box to change the colour.&#x20;
3. Select colour from colour selector.&#x20;
4. Repeat step 1 to 3 to add multiple options.&#x20;

* To remove options:

1. Click delete icon located next to option text box&#x20;
2. Click “Confirm” button in the confirmation box to remove the option&#x20;
3. To sort options: Click “Sort Options” button&#x20;
4. Hold and drag the gripper icon to rearrange the options Click “Done” button&#x20;

**Note:** Sorting is only allowed once the options are saved


---

# 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.workdigital.io/custom-database-apps/columns/column-types/untitled.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.
