How to reduce minimum size of Checkbox / Checkbutton


Checkbox (left) and checkbutton (right) with the same sprite, smaller than their default sizes.

I have a sprite for a check button that is smaller than the default check button and its minimum size didn’t shrink down the the sprite’s size. I have checked for any margins, separators and sizes in the options, but nothing fixes it.
How can I make the bounding box shrink down?

Solved it myself. I had to go under Theme Overrides > Styles and spam “StyleboxEmpty” on everything there. My actual sprites come from a Theme. Is it a bug that the fields are different?

EDIT: Don’t actually put a StyleBoxEmpty on “Focus” if you don’t want your focus to be invisible, lol.