summaryrefslogtreecommitdiffstats
path: root/pure/src/widget/checkbox.rs
diff options
context:
space:
mode:
Diffstat (limited to 'pure/src/widget/checkbox.rs')
-rw-r--r--pure/src/widget/checkbox.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/pure/src/widget/checkbox.rs b/pure/src/widget/checkbox.rs
index 971980e3..98f55a56 100644
--- a/pure/src/widget/checkbox.rs
+++ b/pure/src/widget/checkbox.rs
@@ -1,3 +1,4 @@
+//! Show toggle controls using checkboxes.
use crate::widget::Tree;
use crate::{Element, Widget};