xxxxxxxxxx
1
<br />
2
<br />
3
<div class="btn-group" id="group1">
4
<input type="radio" class="btn-check" name="options" id="option1" autocomplete="off" />
5
<label class="btn btn-secondary" for="option1">Radio 1</label>
6
7
<input type="radio" class="btn-check" name="options" id="option2" autocomplete="off" />
8
<label class="btn btn-secondary" for="option2">Radio 2</label>
9
10
<input type="radio" class="btn-check" name="options" id="option3" autocomplete="off" />
11
<label class="btn btn-secondary" for="option3">Radio 3</label>
12
</div>
13
<br />
14
<br />
15
<div class="btn-group" id="group2">
16
<input type="radio" class="btn-check" name="options" id="option4" autocomplete="off" />
17
<label class="btn btn-success" for="option4">Radio 4</label>
18
19
<input type="radio" class="btn-check" name="options" id="option5" autocomplete="off" />
20
<label class="btn btn-success" for="option5">Radio 5</label>
21
22
<input type="radio" class="btn-check" name="options" id="option6" autocomplete="off" />
23
<label class="btn btn-success" for="option6">Radio 6</label>
24
</div>
25
1
1
1
1
Console errors: 0