Form Input Groups
Add span with
.input-group-prepend
class
before
<input>
Add span with
.input-group-append
class
after
<input>
Add .input-group-prepend
& .input-group-append
classes for before & after addon to <input>
Input group with Checkbox
Add span with
.input-group-prepend
class
before
<input>
text and Add checkbox inside.
Add span with
.input-group-prepend
class
before
<input>
text and Add radio inside.
Input Groups Sizing
Add
.input-group-lg
class to
.input-group
for Large addon.
Default Input Group addon.
Add
.input-group-sm
class to
.input-group
for small addon.