You are viewing version 6.0.0 of the library, the latest version is
<div class="form-check">
    <input type="checkbox" class="form-check-input" id="materialChecked" checked>
    <label class="form-check-label" for="materialChecked">Voorbeeld checkbox</label>
</div>

Checkbox

Based on the version from MDB:
https://mdbootstrap.com/javascript/checkbox/

Using

The example begins checked. Remove the checked attribute if you want the element to start unchecked.