Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to unselect a radio button by pressing it again (toggleable property) #76

Closed
asmith26 opened this issue Mar 12, 2022 · 2 comments

Comments

@asmith26
Copy link
Contributor

Flutter Radio Buttons have a Toggleable property, allowing a user to unselect it as required.

I would love it this fantastic lib could support this. Many thanks for any help! :)

@gnassro
Copy link
Contributor

gnassro commented Mar 12, 2022

Flutter Radio Buttons have a Toggleable property, allowing a user to unselect it as required.

I would love it this fantastic lib could support this. Many thanks for any help! :)

in version 4.5 and above you can use this feature by setting enableDeselect: true

@asmith26
Copy link
Contributor Author

asmith26 commented Mar 12, 2022

Thank you soooooooo much @gnassro, this lib is amazing!!

Created a PR to update the doc if helpful: #77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants