summaryrefslogtreecommitdiffstats
path: root/web/src/widget/checkbox.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 34995781..72f0a2aa 100644
--- a/web/src/widget/checkbox.rs
+++ b/web/src/widget/checkbox.rs
@@ -20,6 +20,7 @@ where
let event_bus = bus.clone();
let msg = (self.on_toggle)(!self.is_checked);
+ // TODO: Complete styling
label(bump)
.children(vec![
input(bump)