Procházet zdrojové kódy

Fixing control panel checkboxes

vladikoff před 12 roky
rodič
revize
3a0a121f71
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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>