# Formularios

- [Text Field](/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/formularios/text-field-1.md): Text fiel is a basic component that allows the user to enter text.
- [Text](/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/formularios/text.md): The text element allows you to display text in your app.
- [Button](/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/formularios/button.md): A basic button component that should preview nicely on any app. Supports a minimal level of customization.
- [Switch](/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/formularios/switch.md): Think of a light switch. It has two settings, On and Off. That is exactly what the switch component is like.
- [Picker](/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/formularios/picker.md): Picker is a component which is used to select an item from the multiple choices. Picker is used when we need to provide an alternative to choose from multiple options.
- [Radio](/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/formularios/radio.md): Radio buttons are used when you have a list of 2 or few options, and you want the user to select exactly one of them
- [Slider](/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/formularios/slider.md): A component used to select a single value from a range of values.
