ketanchoyal / custom_radio_grouped_button

Custom Flutter widgets that makes Checkbox and Radio Buttons much cleaner and easier.
MIT License
150 stars 42 forks source link

Added new 'selected' property #69

Closed davoutuk closed 1 year ago

davoutuk commented 1 year ago

Added new 'selected' property to allow the current button to be set programmatically

ketanchoyal commented 1 year ago

cannot merge this since this doesn't use the conventional way to select values and for future PR's please make a PR to develop branch. and I've added a feature to select button programmatically, will soon push code