> For the complete documentation index, see [llms.txt](https://docs.servoy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.servoy.com/guides/develop/application-design/ui-components/input-controls.md).

# Input Controls

- [Calendar](https://docs.servoy.com/guides/develop/application-design/ui-components/input-controls/calendar.md): Guide for using the Calendar in your applications
- [Calendar Inline](https://docs.servoy.com/guides/develop/application-design/ui-components/input-controls/calendar-inline.md)
- [Checkbox](https://docs.servoy.com/guides/develop/application-design/ui-components/input-controls/checkbox.md): Guide for using checkboxes in your applications
- [Choice Group](https://docs.servoy.com/guides/develop/application-design/ui-components/input-controls/choice-group.md)
- [Combobox](https://docs.servoy.com/guides/develop/application-design/ui-components/input-controls/combobox.md)
- [Group Buttons](https://docs.servoy.com/guides/develop/application-design/ui-components/input-controls/group-buttons.md)
- [Html Area](https://docs.servoy.com/guides/develop/application-design/ui-components/input-controls/html-area.md)
- [Input Group](https://docs.servoy.com/guides/develop/application-design/ui-components/input-controls/input-group.md)
- [Rating](https://docs.servoy.com/guides/develop/application-design/ui-components/input-controls/rating.md)
- [Slider](https://docs.servoy.com/guides/develop/application-design/ui-components/input-controls/slider.md)
- [Switch](https://docs.servoy.com/guides/develop/application-design/ui-components/input-controls/switchbutton.md): Guide for using Switch in your applications
- [Spinner](https://docs.servoy.com/guides/develop/application-design/ui-components/input-controls/spinner.md): Guide for using Spinner in your applications
- [TextArea](https://docs.servoy.com/guides/develop/application-design/ui-components/input-controls/text-area.md)
- [Textbox](https://docs.servoy.com/guides/develop/application-design/ui-components/input-controls/textbox.md): Guide for using textbox in your applications
- [TextBoxGroup](https://docs.servoy.com/guides/develop/application-design/ui-components/input-controls/textboxgroup.md): Guide for using textboxGroup in your applications
- [Type Ahead](https://docs.servoy.com/guides/develop/application-design/ui-components/input-controls/typeahead.md)
- [select2tokenizer](https://docs.servoy.com/guides/develop/application-design/ui-components/input-controls/select2tokenizer.md)


---

# 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:

```
GET https://docs.servoy.com/guides/develop/application-design/ui-components/input-controls.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.
