+ );
+}
diff --git a/src/components/ToolIcon.scss b/src/components/ToolIcon.scss
index bd25d91d..3fc72249 100644
--- a/src/components/ToolIcon.scss
+++ b/src/components/ToolIcon.scss
@@ -43,7 +43,8 @@
}
}
-.ToolIcon_type_radio {
+.ToolIcon_type_radio,
+.ToolIcon_type_checkbox {
position: absolute;
opacity: 0;
diff --git a/src/index.tsx b/src/index.tsx
index aafd7ed6..3431cb31 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -77,6 +77,7 @@ import { Island } from "./components/Island";
import Stack from "./components/Stack";
import { FixedSideContainer } from "./components/FixedSideContainer";
import { ToolIcon } from "./components/ToolIcon";
+import { LockIcon } from "./components/LockIcon";
import { ExportDialog } from "./components/ExportDialog";
import { withTranslation } from "react-i18next";
import "./i18n";
@@ -451,6 +452,16 @@ export class App extends React.Component