bootstrap 4 checkbox w3schools code example

Example: checkbox html bootstrap 4

<div class="form-check form-check-inline">
      <input id="checkbox3" type="checkbox" checked="checked">
      <label for="checkbox3">Checkbox checked</label>
    </div>

Tags:

Html Example