I'm working on a very minimalist webmap (only my 2nd to date). The jpeg shows the look I'm going for, but the functionality isn't quite there yet. In the legend, the checkbox function does not make layers visible and not visible. Is there a way to add that functionality?
The code for my legend is below:
</head>
<body class="soria">
<div id="header">Point Locations in Pleasant Prairie, WI</div>
<div id="HomeButton"></div>
<div id="map"></div>
<span id="messages"><input type="checkbox" id="myCheck" checked> Village Maintained Points
<p><input type="checkbox" id="myCheck" checked> Commercial Points</p>
<p><input type="checkbox" id="myResCheck" checked> Residential Points</p></span>
</div>
</body>