:github_url: hide .. 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` | check_vadjust | +---------------------------------+--------------------------+ | :ref:`Texture` | checked | +---------------------------------+--------------------------+ | :ref:`StyleBox` | disabled | +---------------------------------+--------------------------+ | :ref:`StyleBox` | focus | +---------------------------------+--------------------------+ | :ref:`Font` | font | +---------------------------------+--------------------------+ | :ref:`Color` | font_color | +---------------------------------+--------------------------+ | :ref:`Color` | font_color_disabled | +---------------------------------+--------------------------+ | :ref:`Color` | font_color_hover | +---------------------------------+--------------------------+ | :ref:`Color` | font_color_hover_pressed | +---------------------------------+--------------------------+ | :ref:`Color` | font_color_pressed | +---------------------------------+--------------------------+ | :ref:`StyleBox` | hover | +---------------------------------+--------------------------+ | :ref:`StyleBox` | hover_pressed | +---------------------------------+--------------------------+ | :ref:`int` | hseparation | +---------------------------------+--------------------------+ | :ref:`StyleBox` | normal | +---------------------------------+--------------------------+ | :ref:`StyleBox` | pressed | +---------------------------------+--------------------------+ | :ref:`Texture` | radio_checked | +---------------------------------+--------------------------+ | :ref:`Texture` | radio_unchecked | +---------------------------------+--------------------------+ | :ref:`Texture` | 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'.