CheckBox¶
Inherits: Button < BaseButton < Control < CanvasItem < Node < Object
Category: Core
Brief Description¶
Binary choice user interface widget.
Theme Properties¶
| int | check_vadjust |
| Texture | checked |
| StyleBox | disabled |
| StyleBox | focus |
| Font | font |
| Color | font_color |
| Color | font_color_disabled |
| Color | font_color_hover |
| Color | font_color_hover_pressed |
| Color | font_color_pressed |
| StyleBox | hover |
| StyleBox | hover_pressed |
| int | hseparation |
| StyleBox | normal |
| StyleBox | pressed |
| Texture | radio_checked |
| Texture | radio_unchecked |
| 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’.