# Widgets

The following built-in widget components are available:

* [Area](/built-in-components/widgets/area.md) - a custom drawn widget
* [Button](/built-in-components/widgets/button.md) - a simple button widget
* [Checkbox](/built-in-components/widgets/checkbox.md) - a checkbox widget
* [ColorButton](/built-in-components/widgets/colorbutton.md) - a button that opens a color selector dialog
* [DatePicker](/built-in-components/widgets/datepicker.md) - a widget for selecting a date
* [DateTimePicker](/built-in-components/widgets/datetimepicker.md) - a widget for selecting a date and time
* [DropdownList](/built-in-components/widgets/dropdownlist.md) - a widget for selecting a value from a drop-down list
* [FontButton](/built-in-components/widgets/fontbutton.md) - a button that opens a font selector dialog
* [ProgressBar](/built-in-components/widgets/progressbar.md) - a progress bar widget
* [RadioButtons](/built-in-components/widgets/radiobuttons.md) -  a widget that represent a group of radio buttons
* [Separator](/built-in-components/widgets/separator.md) - a horizontal or vertical line to visually separate widgets
* [Slider](/built-in-components/widgets/slider.md) - a horizontal slider for editing numeric values
* [Spinbox](/built-in-components/widgets/spinbox.md) - an input widget for editing numeric values
* [Text](/built-in-components/widgets/text.md) - static widget which displays simple text
* [TextArea](/built-in-components/widgets/textarea.md) - an input widget for editing multiple lines of text
* [TextInput](/built-in-components/widgets/textinput.md) - an input widget for editing a single line of text
* [TimePicker](/built-in-components/widgets/timepicker.md) - a widget for selecting a time


---

# 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://vuido.mimec.org/built-in-components/widgets.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.
