Table of Contents

Property CheckedState

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

CheckedState

The state of the CheckBox.

public CheckState CheckedState { get; set; }

Property Value

CheckState

Remarks

If AllowCheckStateNone is true and None, the CheckBox will display the ConfigurationManager.Glyphs.CheckStateNone character (☒).

If UnChecked, the CheckBox will display the ConfigurationManager.Glyphs.CheckStateUnChecked character (☐).

If Checked, the CheckBox will display the ConfigurationManager.Glyphs.CheckStateChecked character (☑).