I have a UserControl that contains a RadCheckBox that is data bound (via Checked property) to a boolean property of a object via a DataSource on the UserControl. I am using the TelerikMetroBlue theme and for some reason when I show the UserControl the RadCheckBox is not showing the check mark. When I debug the application the boolean property is true, the RadCheckBox.Checked is true, the RadCheckBox.IsChecked is true, the RadCheckBox.ToggleState is on but for some reason the check mark is not rendering. If I remove the TelerikMetroBlue theme from the RadCheckBox the check mark displays fine.
Is the some issue involving the RadCheckBox, Data Binding and the TelerikMetroBlue theme?
Is the some issue involving the RadCheckBox, Data Binding and the TelerikMetroBlue theme?