This is what it looks like:

This is the markup:
<div class="form-check form-check-inline">
<input ... class="form-check-input is-invalid">
<label>1</label>
<div class="invalid-feedback">Example invalid feedback</div>
</div>
<div class="form-check form-check-inline">
<input ... class="form-check-input">
<label class="form-check-label">2</label>
</div>
<div class="form-check form-check-inline">
<input ... class="form-check-input">
<label class="form-check-label">3 (disabled)</label>
</div>
Perhaps we need to move *-feedback somewhere outside and under all .form-check-inline.
This is what it looks like:
This is the markup:
Perhaps we need to move
*-feedbacksomewhere outside and under all.form-check-inline.