Introducing the latest checkbox design in Bootstrap4 : Check out the Bootstrap4 checkbox:
<label class="c-input c-checkbox">
<input type="checkbox">
<span class="c-indicator"></span>
Click here
</label>
The standard <input>
checkbox is initially hidden, and only appears when clicked. Is there a way to keep it visible at all times?
Try it out on Fiddle : jsFiddle
Edit : This is how I envision it looking by default.