Checkboxes represent a set of options where multiple selections are allowed.
See the Choices component for custom styled checkboxes.
<label>
element around both the control and its text label. This
offers a bigger target for clicking.mzp-u-inline
class to override the base block-level label styling.
<label for="checkbox-1" class="mzp-u-inline">
<input type="checkbox" name="checkboxes" id="checkbox-1"> Option 1
</label>
<label for="checkbox-2" class="mzp-u-inline">
<input type="checkbox" name="checkboxes" id="checkbox-2"> Option 2
</label>