← All Releases
1.0.24
December 22, 2025New Textarea, Checkbox, and Toggle components with form validation support
Summary
- Added Textarea, Checkbox, and Toggle as modernized form components.
- Unified validation and styling patterns across new inputs.
- Replaced older implementations with a more consistent API design.
Added
- Added
LevTextarea.vuewith validation states, helper/info support, character count, and CSS variable styling. - Added
LevCheckbox.vuewith single/group modes, indeterminate state, animated icon, and form integration. - Added
LevToggle.vuewith label/disabled states, CSS variables, and form support.
Changed
- Replaced legacy
LevTextArea.vuewith rewrittenLevTextarea.vue. - Replaced legacy
LevToggleButton.vuewithLevToggle.vue. - Updated Label interoperability for
forattribute linking in form flows.
Fixed
- None.
Breaking Changes
- Consumers using
LevTextArea/LevToggleButtonshould migrate toLevTextarea/LevToggle.