Hello, I want to customize my checkbox but I don’t know how to make a hover version (there are pictures to change)
Customize checkbox
- Edited
In the Inspector, under Control >> Theme Overrides >> Styles >> Hover, you can select NewStyleBoxTexture.
I haven't tried customizing a CheckBox in that way, but it should let you use a picture as the texture.
https://docs.godotengine.org/en/4.1/classes/class_styleboxtexture.html
DaveTheCoder this parameter (or rather everything in Styles) changes the background
You might need to make a custom control.
https://docs.godotengine.org/en/4.1/tutorials/ui/custom_gui_controls.html