# Primary color
Checkboxes are used to select or deselect a value.
| Class name | Type | |
|---|---|---|
| form-control | Component | Container element |
| checkbox | Component | For checkbox |
| checkbox-primary | Modifier | Adds `primary` to checkbox |
| checkbox-secondary | Modifier | Adds `secondary` to checkbox |
| checkbox-accent | Modifier | Adds `accent` to checkbox |
| checkbox-success | Modifier | Adds `success` to checkbox |
| checkbox-warning | Modifier | Adds `warning` to checkbox |
| checkbox-info | Modifier | Adds `info` to checkbox |
| checkbox-error | Modifier | Adds `error` to checkbox |
| checkbox-lg | Responsive | Large checkbox |
| checkbox-md | Responsive | Medium checkbox (default) |
| checkbox-sm | Responsive | Small checkbox |
| checkbox-xs | Responsive | Extra small checkbox |
