Is there a way to uncheck all radio buttons at one time?
Loading
Is there a way to uncheck all radio buttons at one time?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sangeetha SPosted Dec 2, 2024, 5:06 AM
To uncheck all
RadioButtoncontrols at once! SinceRadioButtoncontrols are designed to be mutually exclusive within a group (like in yourGroupBox), you might need to manually set eachRadioButtontoIsChecked = false.Here’s how you can do that in your
xaml.csfile: