diff --git a/index.html b/index.html
index d41284c..504d477 100644
--- a/index.html
+++ b/index.html
@@ -363,7 +363,7 @@
type="text/javascript">
diff --git a/js/ui/tool/interrogate.js b/js/ui/tool/interrogate.js
index 2090c03..b7fc403 100644
--- a/js/ui/tool/interrogate.js
+++ b/js/ui/tool/interrogate.js
@@ -97,8 +97,9 @@ const interrogateTool = () =>
state.ctxmenu.snapToGridLabel = _toolbar_input.checkbox(
state,
"snapToGrid",
- "Snap To Grid"
- ).label;
+ "Snap To Grid",
+ "icon-grid"
+ ).checkbox;
}
menu.appendChild(state.ctxmenu.cursorSizeSlider);