Notification and changes not send from control to bound object when ToggleState value is changed from RadCheckBox user input. RESOLUTION: Use the new property named CheckState for simple data-binding scenarios. This property behave in same way as ToggleState but can be used in simple-data binding scenarios. Also, consider the corresponding events named: CheckStateChanging and CheckStateChanged event.