Selaa lähdekoodia

Merge pull request #8 from vladikoff/master

Fixing control panel checkboxes
deltakosh 12 vuotta sitten
vanhempi
commit
d90a4b8aae
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      Samples/index.html

+ 3 - 3
Samples/index.html

@@ -184,13 +184,13 @@
                 <div id="controlsZone">
                     <div id="leftPart">
                         <p>
-                            <input type="checkbox" id="wireframe" />Wireframe
+                            <label><input type="checkbox" id="wireframe" /> Wireframe</label>
                         </p>
                         <p>
-                            <input type="checkbox" id="enableStats" checked="true" />Statistics<br />
+                            <label><input type="checkbox" id="enableStats" checked="true" /> Statistics</label>
                         </p>
                         <p>
-                            <input type="checkbox" id="collisions" checked="true" />Collisions<br />
+                            <label><input type="checkbox" id="collisions" checked="true" /> Collisions</label>
                         </p>
                         <p>
                             <button id="fullscreen">Switch fullscreen mode</button>