diff --git a/index.css b/index.css index b292886..d6ff560 100644 --- a/index.css +++ b/index.css @@ -130,7 +130,6 @@ input[type="checkbox"] { border-radius: 4px; width: 0.8rem; height: 0.8rem; - cursor: pointer; } input[type="checkbox"]::after, input[type="checkbox"]::before { diff --git a/smd.js b/smd.js index 403e473..d3e0689 100644 --- a/smd.js +++ b/smd.js @@ -1074,6 +1074,7 @@ export function default_add_token(data, type) { case CHECKBOX: const checkbox = document.createElement("input") checkbox.type = "checkbox" + checkbox.disabled = true mount = slot = checkbox break case CODE_BLOCK: