Initial Release. This is a set of Flutter widgets that makes grouping Checkboxes and Radio Buttons much easier!
Features:
- CheckedBoxGroup
- RadioButtonGroup
Updated broken images in documentation and changed homepage to the GitHub repo.
- Added ability for user to:
- Clear CheckboxGroup & RadioButtonGroup
- Specify initial states for CheckboxGroup & RadioButtonGroup
- Manually change the state for CheckboxGroup & RadioButtonGroup
- Updated Dart docs for CheckboxGroup and RadioButtonGroup.
- Fixed some typos in the README
- Updated the project file structure (importing the package is now easier)
- Added the option to disable elements of the
CheckboxGroup
andRadioButtonGroup
using thedisabled
property