What's the difference between exports with a checkbox and ones without?

Godot Version

v4.2.stable.mono.official [46dc27791]

Question

Hey, so I saw that there are fields in the inspector that have a little checkbox to the left side of the name. Clicking the checkbox works like clicking the “Reset to default” button, but I was wondering can I export my values like that, if yes, how? And what are the differences between those two “exports”?

Theme Override StyleBox “export”:
image

My own StyleBox export:
image

The ones with check boxes are theme property overrides that can be enabled or disabled

Can I make a box with the checkbox myself somehow?

I think you can use PROPERTY_USAGE_CHECKABLE

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.