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.
/// ///