Try setting a style for CheckBox :
<xctk:CheckComboBox>
<xctk:CheckComboBox.Resources>
<Style TargetType="{x:Type CheckBox}">
<Setter Property="BorderBrush" Value="Red" />
</Style>
</xctk:CheckComboBox.Resources>
</xctk:CheckComboBox>
↧