<p>Checkboxes have:</p>
<ul>
    <li>a background of #F3F3F3</li>
    <li>rounded corners of 5px</li>
    <li>padding of top and bottom of 18px and left and right of 60px</li>
    <li>a font size of 20px Avenir regular in #282828</li>
    <li>a bottom margin of 16px</li>
    <li>a border 2px #6E6E6E when hovered</li>
    <li>a border 2px #00B1E7 when selected</li>
    <li>a background of #FFFFFF when selected</li>
</ul>

<p>If you’re using either radio buttons or checkboxes:</p>
<ul>
    <li>style them in a way that makes it clear which option or options has been selected</li>
    <li>allow users to click anywhere in the box</li>
    <li>display the options a user can choose from top to bottom, not left to right — this makes it quicker for users to scan</li>
</ul>

<p>Where possible, give users the option to indicate that none of the options apply to them. Some users need this to be an explicit option to know that they can move on.</p>
