So, after inserting the following code:
Now my checkboxlist doesn't contain a text.
![Image]()
Remind you, that i'm using toolkit with ModernUI in win7.
Now, I'm trying to resolve this problem.
Any suggestions?
<CheckBox IsChecked="{Binding IsSelected, RelativeSource={RelativeSource TemplatedParent}}"
Padding="{TemplateBinding Padding}"
HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}">
<CheckBox.Content>
<ContentControl Content="{TemplateBinding Content}"
ContentTemplateSelector="{TemplateBinding ContentTemplateSelector}"
ContentTemplate="{TemplateBinding ContentTemplate}"
Foreground="{TemplateBinding Foreground}" />
</CheckBox.Content>
</CheckBox>
I have faced a new problem.Now my checkboxlist doesn't contain a text.

Remind you, that i'm using toolkit with ModernUI in win7.
Now, I'm trying to resolve this problem.
Any suggestions?