Basic CSS: Use Attribute Selectors to Style Elements-1

This should be easy, but what am I doing wrong on this challenge?

[type="checkboxes"] { margin: 10px 0px 15px 0px; }

There’s no checkboxes.

input[type='checkbox'] {
  ...
}