just a information for telerik. As far as we could see their is no event for the radCheckBox for WinForms for the Event checked or ischecked. So we had to use the normal win checkbox.
1 Answer, 1 is accepted
0
Martin Vasilev
Telerik team
answered on 02 Apr 2008, 12:27 PM
Hello David,
Thank you for writing.
To handle the event of RadCheckBox state change, you could use the ToggleStateChanged or ToggleStateChanging events.
Please review the code-block provided below as reference: