.. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the CheckBox.xml source instead. .. The source is found in doc/classes or modules//doc_classes. .. _class_CheckBox: CheckBox ======== **Inherits:** :ref:`Button` **<** :ref:`BaseButton` **<** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Binary choice user interface widget. Theme Properties ---------------- +---------------------------------+--------------------------------------------------------------------------+ | :ref:`int` | :ref:`check_vadjust` | +---------------------------------+--------------------------------------------------------------------------+ | :ref:`Texture` | :ref:`checked` | +---------------------------------+--------------------------------------------------------------------------+ | :ref:`StyleBox` | :ref:`disabled` | +---------------------------------+--------------------------------------------------------------------------+ | :ref:`StyleBox` | :ref:`focus` | +---------------------------------+--------------------------------------------------------------------------+ | :ref:`Font` | :ref:`font` | +---------------------------------+--------------------------------------------------------------------------+ | :ref:`Color` | :ref:`font_color` | +---------------------------------+--------------------------------------------------------------------------+ | :ref:`Color` | :ref:`font_color_disabled` | +---------------------------------+--------------------------------------------------------------------------+ | :ref:`Color` | :ref:`font_color_hover` | +---------------------------------+--------------------------------------------------------------------------+ | :ref:`Color` | :ref:`font_color_hover_pressed` | +---------------------------------+--------------------------------------------------------------------------+ | :ref:`Color` | :ref:`font_color_pressed` | +---------------------------------+--------------------------------------------------------------------------+ | :ref:`StyleBox` | :ref:`hover` | +---------------------------------+--------------------------------------------------------------------------+ | :ref:`StyleBox` | :ref:`hover_pressed` | +---------------------------------+--------------------------------------------------------------------------+ | :ref:`int` | :ref:`hseparation` | +---------------------------------+--------------------------------------------------------------------------+ | :ref:`StyleBox` | :ref:`normal` | +---------------------------------+--------------------------------------------------------------------------+ | :ref:`StyleBox` | :ref:`pressed` | +---------------------------------+--------------------------------------------------------------------------+ | :ref:`Texture` | :ref:`radio_checked` | +---------------------------------+--------------------------------------------------------------------------+ | :ref:`Texture` | :ref:`radio_unchecked` | +---------------------------------+--------------------------------------------------------------------------+ | :ref:`Texture` | :ref:`unchecked` | +---------------------------------+--------------------------------------------------------------------------+ Description ----------- A checkbox allows the user to make a binary choice (choosing only one of two possible options), for example Answer 'yes' or 'no'.