xxxxxxxxxx
1
<div class="btn-group">
2
<input type="radio" class="btn-check" name="options" id="option1" autocomplete="off" checked />
3
<label class="btn btn-primary" for="option1" data-mdb-ripple-init>Is this selected</label>
4
5
<input type="radio" class="btn-check" name="options" id="option2" autocomplete="off" />
6
<label class="btn btn-primary" for="option2" data-mdb-ripple-init>Or is this selected</label>
7
</div>
1
1
1
1
Console errors: 0