Gets or set a value indicating whether this RibbonToggleButton is checked.
public bool Checked { get; set; }
Public Property Checked() As Boolean
A check mark icon is displayed if the SmallIcon property is set to null, the DisplayMode property value is IconTextRelation.SmallIconLabeled and the Checked property value is set to true.