![]() |
VOOZH | about |
Bootstrap5 checkbox and radio button group provide to combine the button, such as checkbox and radio toggle buttons in a button group, by implementing the .btn-group class.
Checkbox and Radio Button Group Classes:
Syntax:
<section class="btn-group">
<input type="checkbox"
class="btn-check"/>
...
</section>
Example 1: This example describes the use of the radio button groups in Bootstrap 5.
Output:
Example 2: This example describes the use of the checkbox button groups in Bootstrap 5.
Output:
Reference: https://getbootstrap.com/docs/5.0/components/button-group/#checkbox-and-radio-button-groups