This is a checkbox component.
Add the following to your dependencies:
"angular-checkbox": "git://github.com/MarkThibault/angular-checkbox.git",
angular.module("app", ["angularCheckboxModule"])
<angular-checkbox label="{{app.checkboxLabel}}" checkbox-id="check1" is-checked="app.checkboxChecked" on-update="app.toggleThis($event);" disable="app.disableStatus()"></angular-filter>