Table of Contents
CheckBox

EO.Wpf CheckBox offers the same functionalities as WPF standard CheckBox control, but also offers the ability to switch skins/themes programmatically. the following code switches the CheckBox to classic skin:

XAML
<!--A CheckBox that uses the "Classic" skin. Note this does
not affect any other controls -->
<eo:CheckBox eo:ThemeManager.SkinName="Classic">Hello</eo:CheckBox>

See here for more information on how to use skin and theme features.