diff --git a/widget/src/checkbox.rs b/widget/src/checkbox.rs index e4f1fd06..b84e083d 100644 --- a/widget/src/checkbox.rs +++ b/widget/src/checkbox.rs @@ -421,7 +421,7 @@ where shaping: *shaping, wrapping: text::Wrapping::default(), }, - bounds.position(), + bounds.center(), style.icon_color, *viewport, );