I have a new WPF application, one that I am updating from Framework to Core. Everything has been converted and working properly except for one thing: the CheckBoxControl controls are not displaying. All other controls, including things like RadButton are RadGridView, are all displaying and working perfectly. I deleted the BIN and OBJ folders and cleaned the project, no change.
If I change the code to use the standard WPF CheckBox control everything works correctly.
<PackageReference Include="Telerik.UI.for.Wpf.80.Xaml" Version="2024.4.1213" />
<PackageReference Include="Telerik.Windows.Themes.Crystal.for.Wpf" Version="2024.4.1213" />
I have other projects in the solution that have working Telerik controls (except for the CheckBoxControl) that contain this in their project files:
<PackageReference Include="Telerik.UI.for.Wpf.80.Xaml" Version="2024.4.1213" />
in the xaml form:
// I have tried this with and without binding to the IsChecked property.
Everything else works fine, including the theming, except for the invisible CheckBox Control. IntelliSense works in the editor; no compilation errors or warnings.
I am using the NuGet packages from Telerik. There are no pending updates. I am not referencing any NoXaml packages.
It's probably something simple I am missing. Any thoughts and ideas would be greatly appreciated.
Thanks,
Lou