# Selection Components

Selection components refer to the interactive elements in a user interface that allow users to choose from a range of options or select from a list. These components can include checkboxes, radio buttons, drop-down menus, sliders, and other similar elements. They are designed to be user-friendly, easy to navigate, and typically feature labels or additional information to help users understand their choices. Effectively using selection components is crucial to creating a positive user experience. They enable users to interact with the system and select options that meet their needs or preferences.

In this system, the selection components examined are

* Checkboxes
* Radio Buttons
* Sliders
* Switches
* Pickers


---

# 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://abhishekshankar.gitbook.io/uxm/the-system/selection-components.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.
