I want to know how can we uncheck a radio button. It should work like a checkbox.
C# – How to we uncheck a radio button
.netc++
Related Question
- C# – How to cast int to enum
- C# – Deep cloning objects
- C# – How to enumerate an enum
- C# – How to create an Excel (.XLS and .XLSX) file in C# without installing Microsoft Office
- C# – How to get a consistent byte representation of strings in C# without manually specifying an encoding
- C# – Proper use of the IDisposable interface
- C# – How to update the GUI from another thread
- C# – Why not inherit from List
Best Solution
Use the following code to use radio button like check box.