> For AI agents: the complete documentation index is at [llms.txt](https://reflex.dev/docs/llms.txt). For a Markdown version, remove the trailing slash from the page URL and append `.md`. The docs home is available at [index.md](http://localhost:3000/docs/index.md).

# Forms

Components for collecting user input, such as text fields, checkboxes, and radio buttons. These are useful for creating interactive forms and user input.

[Button](https://reflex.dev/docs/library/forms/button/)

[Checkbox](https://reflex.dev/docs/library/forms/checkbox/)

[Form](https://reflex.dev/docs/library/forms/form/)

[Input](https://reflex.dev/docs/library/forms/input/)

[Radio Group](https://reflex.dev/docs/library/forms/radio-group/)

[Select](https://reflex.dev/docs/library/forms/select/)

[Slider](https://reflex.dev/docs/library/forms/slider/)

[Switch](https://reflex.dev/docs/library/forms/switch/)

[Text Area](https://reflex.dev/docs/library/forms/text-area/)

[Upload](https://reflex.dev/docs/library/forms/upload/)
