I have 4 checkboxes on a winform
I need to group them in such a way that
-> User should be able to check more than one checkboxes
-> User should not be allowed to uncheck all the checkboxes,
that is at any point of time atleast one checkbox should be checked,
(I need to somehow prevent user from unchecking last checkboxe)
How do I achieve this?