diff --git a/editor/svg-editor.css b/editor/svg-editor.css
index d1c226e..891203a 100644
--- a/editor/svg-editor.css
+++ b/editor/svg-editor.css
@@ -1873,7 +1873,11 @@ box-shadow: inset 0 3px 10px rgba(255, 255, 255, 0.1),
}
.draginput input[type="checkbox"], .draginput input[type="checkbox"]:hover, .draginput input[type="checkbox"]:active {
- cursor: default;
+ cursor: pointer;
+}
+
+.draginput.checkbox {
+ cursor: pointer;
}
.draginput.active input, .draginput.active input:hover, .draginput.active input:active {
diff --git a/editor/svg-editor.html b/editor/svg-editor.html
index 7790fa6..5989723 100644
--- a/editor/svg-editor.html
+++ b/editor/svg-editor.html
@@ -388,9 +388,9 @@
-