Traditional label-input alignment using col-form-label and grid columns.
col-form-label vertically centers labels with inputs. Use offset-sm-3 to align buttons.
Organizing radios and checkboxes in horizontal form layouts.
fieldset with legend.col-form-label for grouped radios/checkboxes. Add pt-0 to remove top padding.
Different label and input sizes for horizontal forms.
col-form-label-lg with form-control-lg for consistent vertical alignment.
Forms that switch from stacked to horizontal at different breakpoints.
col-md-4 col-lg-3 for label width that adjusts at breakpoints. Match offsets for button alignment.
Displaying form data as plaintext while maintaining horizontal alignment.
form-control-plaintext displays value without input styling while maintaining alignment.