mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
20 lines
437 B
ReStructuredText
20 lines
437 B
ReStructuredText
.. _class_CheckButton:
|
|
|
|
CheckButton
|
|
===========
|
|
|
|
**Inherits:** :ref:`Button<class_button>` **<** :ref:`BaseButton<class_basebutton>` **<** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
Checkable button.
|
|
|
|
Description
|
|
-----------
|
|
|
|
CheckButton is a toggle button displayed as a check field.
|
|
|