summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/checkbox.rs
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/src/widget/checkbox.rs')
-rw-r--r--graphics/src/widget/checkbox.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/src/widget/checkbox.rs b/graphics/src/widget/checkbox.rs
index a458d85c..0d2e93f9 100644
--- a/graphics/src/widget/checkbox.rs
+++ b/graphics/src/widget/checkbox.rs
@@ -7,4 +7,4 @@ pub use iced_style::checkbox::{Style, StyleSheet};
///
/// This is an alias of an `iced_native` checkbox with an `iced_wgpu::Renderer`.
pub type Checkbox<'a, Message, Backend> =
- iced_native::Checkbox<'a, Message, Renderer<Backend>>;
+ iced_native::widget::Checkbox<'a, Message, Renderer<Backend>>;