All technological notes.
Rel: https://getbootstrap.com/docs/5.2/forms/overview/
Classes
| Class | HTML Element | Description |
|---|---|---|
form-text |
Block-level or inline-level form text | |
form-label |
<label> |
Label element |
form-control |
<input>,<textarea> |
textual form controls element |
form-control-plaintext |
<input> |
styled as plain text |
form-control form-control-color |
<input> |
color picker |
form-select |
<select> |
dropdown list |
form-check |
<div> |
checkboxes and radios, Default (stacked) |
form-check form-check-inline |
<div> |
checkboxes and radios, horizontal row |
form-check form-check-reverse |
<div> |
checkboxes and radios, on the opposite side |
form-check form-switch |
<div> |
toggle switch |
form-check-label |
<label> |
checkbox, radio, and switch |
form-check-input |
<input type="checkbox"> |
checkbox |
form-check-input |
<input type="radio"> |
radio |
form-check-input |
<input type="checkbox" role="switch"> |
toggle switch |
form-range |
<input type="range"> |
range input |