giwi Hello, I want to customize my checkbox but I don’t know how to make a hover version (there are pictures to change)
DaveTheCoder 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 You might need to make a custom control. https://docs.godotengine.org/en/4.1/tutorials/ui/custom_gui_controls.html