> For the complete documentation index, see [llms.txt](https://vuido.mimec.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vuido.mimec.org/built-in-components/widgets.md).

# 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
