Somewhat Fixed Checkbox drawing.

This commit is contained in:
2025-06-26 06:02:30 -05:00
parent 67416540d4
commit 393ad1b2b3
2 changed files with 4 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ namespace JUI {
protected:
bool checked = false;
Color4 check_color = Style::Checkbox::CheckmarkColor;
Color4 uncheck_color = Style::BackgroundColor;
};
class Checkbox : public Button, public CheckboxBase {