custom_checkbox_plus 1.0.0 
custom_checkbox_plus: ^1.0.0 copied to clipboard
A flexible, animated, and accessible Flutter checkbox widget with full control over size, shape, colors, borders, and animation.
Changelog #
All notable changes to this project will be documented in this file.
This project adheres to semantic versioning.
1.0.0 β 2025-10-29 #
π Initial Stable Release
β¨ Features #
- Fully customizable and animated checkbox widget.
 - Smooth transitions using 
AnimatedContainer&AnimatedSwitcher. - Complete control over size, shape, colors, borders, and icons.
 
βΏ Accessibility #
- Added built-in semantics and tooltip support.
 - Large tap target for better usability and screen reader access.
 
π§ͺ Testing #
- Includes full widget test coverage (toggle, disabled, animation, semantics).
 
π¦ Example #
- Added a full example app in 
/exampleshowcasing multiple checkbox styles.