Property Value NamespaceTerminal.Gui.Views AssemblyTerminal.Gui.dll Value Gets or sets the state of the CheckBox. public CheckState Value { get; set; } Property Value CheckState Remarks If AllowCheckStateNone is true and None, the CheckBox will display the Glyphs.CheckStateNone character (☒). If UnChecked, the CheckBox will display the Glyphs.CheckStateUnChecked character (☐). If Checked, the CheckBox will display the Glyphs.CheckStateChecked character (☑).