:github_url: hide .. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the CheckButton.xml source instead. .. The source is found in doc/classes or modules//doc_classes. .. _class_CheckButton: CheckButton =========== **Inherits:** :ref:`Button` **<** :ref:`BaseButton` **<** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Checkable button. Theme Properties ---------------- +---------------------------------+--------------------------+ | :ref:`int` | check_vadjust | +---------------------------------+--------------------------+ | :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:`Texture` | off | +---------------------------------+--------------------------+ | :ref:`Texture` | on | +---------------------------------+--------------------------+ | :ref:`StyleBox` | pressed | +---------------------------------+--------------------------+ Description ----------- CheckButton is a toggle button displayed as a check field.