質問編集履歴

1

htmlタグ修正

2015/05/06 22:55

投稿

chimotimo
chimotimo

スコア6

test CHANGED
File without changes
test CHANGED
@@ -1,10 +1,22 @@
1
1
  <div class="btn-group" data-toggle="buttons" id="hoge">
2
2
 
3
- <input type="radio" name="hogehoge" value="a">A
3
+ <label class="btn btn-default">
4
4
 
5
- <input type="radio" name="hogehoge" value="b">B
5
+ <input type="radio" name="hogehoge" value="a">A
6
6
 
7
+ </label>
8
+
9
+ <label class="btn btn-default">
10
+
11
+ <input type="radio" name="hogehoge" value="b">B
12
+
13
+ </label>
14
+
15
+ <label class="btn btn-default">
16
+
7
- <input type="radio" name="hogehoge" value="c">C
17
+ <input type="radio" name="hogehoge" value="c">C
18
+
19
+ </label>
8
20
 
9
21
  </div>
10
22