diff --git a/egui/src/ui.rs b/egui/src/ui.rs index 5fb7ac69..76278271 100644 --- a/egui/src/ui.rs +++ b/egui/src/ui.rs @@ -1375,7 +1375,7 @@ impl Ui { Checkbox::new(checked, text).ui(self) } - /// Acts like a checkbox, but looks like a [`SelectableValue`]. + /// Acts like a checkbox, but looks like a [`SelectableLabel`]. /// /// Click to toggle to bool. ///