A check box that allows the user to select a true or false state.

GwxCheckBox and GwxRadioButton controls have a similar function: they allow the user to choose from a list of options. GwxCheckBox controls let the user pick a combination of options. In contrast, GwxRadioButton controls allow a user to choose from mutually exclusive options.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public sealed class GwxCheckBox : GwxToggleButton
Visual Basic
Public NotInheritable Class GwxCheckBox _
	Inherits GwxToggleButton
JScript
public final class GwxCheckBox extends GwxToggleButton

Inheritance Hierarchy

System..::..Object
  FilteredCustomTypeDescriptorBase
    Ico.Gwx..::..GwxDependencyObject
      Ico.Gwx..::..GwxElement
        Ico.Gwx..::..GwxTextBase
          Ico.Gwx..::..GwxControl
            Ico.Gwx..::..GwxContentControl
              Ico.Gwx..::..GwxButtonBase
                Ico.Gwx..::..GwxToggleButton
                  Ico.Gwx..::..GwxCheckBox

See Also