Topic: Button has weird checkbox field
BeniReydman asked 6 years ago
.buttons { height: 8%; }HTML:
<div class="row buttons> <!-- Bottom 5 Buttons --> <div class="btn-group" role="group" data-toggle="buttons"> <label class="btn btn-light-blue form-check-label"> <input class="form-check-input" name="options" type="radio" id="option1" autocomplete="off"> <i class="fa fa-question"></i> </label> <label class="btn btn-light-blue form-check-label"> <input class="form-check-input" name="options" type="radio" id="option2" autocomplete="off"> <i class="fa fa-question"></i> </label> <label class="btn btn-light-blue form-check-label active"> <input class="form-check-input" name="options" type="radio" id="option3" autocomplete="off" checked> <i class="fa fa-home"></i> </label> <label class="btn btn-light-blue form-check-label"> <input class="form-check-input" name="options" type="radio" id="option4" autocomplete="off"> <i class="fa fa-question"></i> </label> <label class="btn btn-light-blue form-check-label"> <input class="form-check-input" name="options" type="radio" id="option5" autocomplete="off"> <i class="fa fa-cog"></i> </label> </div> </div>
Marta Szymanska staff pro premium answered 6 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: N/A
- Browser: chrome
- OS: Winodws
- Provided sample code: No
- Provided link: Yes