Form Components
Input components for collecting user data. All form widgets support Material Design 3.
Available Components
- TextField - Text input with validation
- Checkbox - Multi-select boolean
- RadioButton - Single-select options
- Switch - Toggle on/off
- Slider - Numeric range selection
Quick Overview
| Component | Use Case | States |
|---|---|---|
| TextField | Text input | Normal, Focused, Error, Disabled |
| Checkbox | Multiple selections | Checked, Unchecked, Indeterminate |
| RadioButton | Single selection | Selected, Unselected |
| Switch | Binary toggle | On, Off |
| Slider | Value selection | Continuous, Discrete |
Choose a component above to view detailed documentation →