mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
enhance: use radix checkbox globally
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
[*show-password?]
|
||||
[:div.flex.flex-row.items-center
|
||||
[:label.px-1 {:for "show-password"}
|
||||
(ui/checkbox {:checked @*show-password?
|
||||
(ui/checkbox {:value @*show-password?
|
||||
:on-change (fn [e]
|
||||
(reset! *show-password? (util/echecked? e)))
|
||||
:id "show-password"})
|
||||
|
||||
Reference in New Issue
Block a user