summaryrefslogtreecommitdiffstats
path: root/web/src/widget/checkbox.rs
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/widget/checkbox.rs')
-rw-r--r--web/src/widget/checkbox.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/src/widget/checkbox.rs b/web/src/widget/checkbox.rs
index d1d30048..7c7b805c 100644
--- a/web/src/widget/checkbox.rs
+++ b/web/src/widget/checkbox.rs
@@ -1,3 +1,4 @@
+//! Show toggle controls using checkboxes.
use crate::{Bus, Color, Css, Element, Widget};
use dodrio::bumpalo;