codegrue / flutter_material_pickers

A flutter package for displaying common picker dialogs.
https://pub.dev/packages/flutter_material_pickers
MIT License
98 stars 61 forks source link

showMaterialCheckboxPicker #48

Open xdamien7 opened 1 year ago

xdamien7 commented 1 year ago

Hello,

Is it possible for the checkbox to be in the left instead of the right side of the label

currently: check 1 [] check 2 []

but need the below: [] check1 [] check2

Thanks in advance,