mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
enhance: use radix checkbox globally
This commit is contained in:
@@ -903,7 +903,7 @@
|
||||
[:label.flex-1
|
||||
{:for k}
|
||||
(ui/checkbox {:id k
|
||||
:checked c?
|
||||
:value c?
|
||||
:on-change (fn [^js e]
|
||||
(when-not downloading?
|
||||
(state/set-unchecked-update (:id it) (not (util/echecked? e)))))})
|
||||
|
||||
Reference in New Issue
Block a user