flutter_form_builder
flutter_form_builder copied to clipboard
[FormBuilderCheckbox] using custom checkbox icon
Please add the ability to change FormBuilderCheckbox checkbox icon
This looks like an interesting idea, I'll consider having it added to the package.
Meanwhile, PRs are always welcome ;-) - if you have time.
Cheers!
@danvick i am looking to add the checkboxShape property of CheckBoxListTile in FormBuilderCheckbox that take OutlinedBorde. Do you have any other requirement for this to work on ?
Oh yeah i think the custom active and inactive icons makes more sense as the border of checkbox can be changed through theming.
@danvick my attempt to custom icons for the checkbox https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/pull/1131
https://user-images.githubusercontent.com/53166182/198714669-43225071-6539-4ac7-8d16-bd7749fad019.mp4
As of this and following comments, we decide no implement this feature. Sorry for that