# checkbox
## md-checkbox

### Example

```javascript
{
  type: "checkbox",
  key: "terms",
  templateOptions: {
    label: "Terms and Conditions",
    theme: "custom"
  }
}
```

### Configuration

#### templateOptions.label _: string_

#### templateOptions.theme _: string_

#### templateOptions.disabled _: boolean_

#### templateOptions.className _: string | expression | array_
