diff --git a/web/client/components/TOC/DefaultLayer.jsx b/web/client/components/TOC/DefaultLayer.jsx
index 191b27da84..c0ff7b691a 100644
--- a/web/client/components/TOC/DefaultLayer.jsx
+++ b/web/client/components/TOC/DefaultLayer.jsx
@@ -87,6 +87,14 @@ var DefaultLayer = React.createClass({
);
}
}
+ if (this.props.visibilityCheckType) {
+ tools.push(
+
+ );
+ }
if (this.props.activateLegendTool) {
tools.push(
-