ソースを参照

Fixing control panel checkboxes

vladikoff 12 年 前
コミット
3a0a121f71
1 ファイル変更3 行追加3 行削除
  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>