![]() |
VOOZH | about |
Bootstrap 5 Input group Multiple addons help to add multiple items in an input group which may include text, button, input, checkbox, radio, etc.
Bootstrap 5 Input group Multiple addons Classes
Syntax:
<div class="input-group"> <span class="input-group-text"> ... </span> <input type="text" class="form-control"> </div>
Example 1: In this example, we will learn about Multiple addons.
Output:
Example 2: In this example, we will learn to Use checkboxes and text as multiple addons.
Output:
Reference: https://getbootstrap.com/docs/5.0/forms/input-group/#multiple-addons