Text fields, checkboxes, and form controls for user input
Hux UI provides several input components for building forms and collecting user data:
Enhanced text input with consistent styling, validation support, and theme adaptation.
label
- Field label texthint
- Placeholder textprefixIcon
- Icon displayed at the startvalidator
- Form validation functioncontroller
- Text editing controlleronChanged
- Value change callbackInteractive checkbox with smooth animations and consistent styling.
value
- Current checked stateonChanged
- State change callbacklabel
- Optional label textToggle switch for binary choices with smooth animations.
value
- Current switch stateonChanged
- State change callbackDetailed documentation for each input component is coming soon. For now, refer to the example app for usage patterns.