Hi,
The CheckBox control is not part of the Extended WPF Toolkit, it's a Microsoft control.
Anyway, you can remove the "ContentPresenter" from ContentPresenter.Content" ans use "Text="{TemplateBinding Content}"".
You can then use the CheckBox this way :
<CheckBox Content="Blabla"/>
↧