Group default radio buttons or checkboxes on the same horizontal row by adding the .custom-control-inline class to any parent element of the input element.
Detailed documentation and more examples you can find in our Bootstrap Radio Button Docs
Basic examples
Group default radio buttons or checkboxes on the same horizontal row by adding the
.custom-control-inline class to any parent element of the
<input> element.
Group material radio buttons or checkboxes on the same horizontal row by adding the
.form-check-inline class to any parent element of the
<input> element.