// ----------------------------------------------------------------------- // // Copyright 2014 MIT Licence. See licence.md for more information. // // ----------------------------------------------------------------------- using Perspex.Controls.Primitives; namespace Perspex.Controls { public class CheckBox : ToggleButton { } }