maxdesign.com.au

Published:

A simple method for styling checkboxes without resorting to non-native solutions.

The checkbox group below:

Example

Which are your favourite animals?
<div class="checkbox-container">
  <input class="checkbox-input" id="frogs" type="checkbox">
  <label class="checkbox-label" for="frogs">Frogs</label>
</div>

CodePen demo