<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="invalidCheck" required>
<label class="form-check-label" for="invalidCheck">
- I agree
+ Agree to terms and conditions
</label>
<div class="invalid-feedback">
- You must agree
+ You must agree before submitting.
</div>
</div>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="invalidCheck2" required>
<label class="form-check-label" for="invalidCheck2">
- I agree
+ Agree to terms and conditions
</label>
</div>
</div>
<div class="form-check">
<input class="form-check-input is-invalid" type="checkbox" value="" id="invalidCheck3" required>
<label class="form-check-label" for="invalidCheck3">
- I agree
+ Agree to terms and conditions
</label>
<div class="invalid-feedback">
- You must agree
+ You must agree before submitting.
</div>
</div>
</div>