Browse Source

Fixing control panel checkboxes

vladikoff 12 years ago
parent
commit
3a0a121f71
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Samples/index.html

+ 3 - 3
Samples/index.html

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