xxxxxxxxxx
1
<table>
2
<thead>
3
<th>Col 1</th>
4
<th>Col 2</th>
5
</thead>
6
<tbody>
7
<tr>
8
<td>First column</td>
9
<td>
10
<div class="table-row-group g-0 row flex-nowrap">
11
<div>
12
<input id="radio1" name="radiogroup" class="btn-check" type="radio" value="1">
13
<label class="btn btn-secondary btn-block" for="radio1" data-mdb-ripple-duration="0s">Button 1</label>
14
</div>
15
<div>
16
<input id="radio2" name="radiogroup" class="btn-check" type="radio" value="2">
17
<label class="btn btn-secondary btn-block" for="radio2">Button 2</label>
18
</div>
19
<div>
20
<input id="radio3" name="radiogroup" class="btn-check" type="radio" value="3">
21
<label class="btn btn-secondary btn-block" for="radio3">Button 3</label>
22
</div>
23
</div>
24
</td>
25
</tr>
26
</tbody>
27
</table>
1
1
1
1
Console errors: 0