Responsively Style Checkboxes...?

Tell us what’s happening:

What am i doing wrong?
everything is what i think it needs to be

Your code so far

Lazy
Crazy
```

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7.

Link to the challenge:
https://www.freecodecamp.org/challenges/responsively-style-checkboxes

Nest all your checkboxes in a <div class="row"> element.
Then nest each of them in a <div class="col-xs-4"> element.