Link labels to input elements
This commit is contained in:
@@ -7,4 +7,7 @@ docs: >
|
||||
tags: "reprojection, projection, proj4js, image, imagestatic"
|
||||
---
|
||||
<div id="map" class="map"></div>
|
||||
<div><input type="checkbox" id="imageSmoothing" checked />Image smoothing</div>
|
||||
<div>
|
||||
<input type="checkbox" id="imageSmoothing" checked />
|
||||
<label for="imageSmoothing">Image smoothing</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user