1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Fix broken doclink

This commit is contained in:
Emil Ernerfeldt
2022-04-27 09:59:05 +02:00
parent 2fd20308e5
commit e3b77e320a

View File

@@ -1375,7 +1375,7 @@ impl Ui {
Checkbox::new(checked, text).ui(self) 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. /// Click to toggle to bool.
/// ///