diff --git a/js/ext/angular/src/directive/ionicCheckbox.js b/js/ext/angular/src/directive/ionicCheckbox.js index c9d05834f7..a6dd898028 100644 --- a/js/ext/angular/src/directive/ionicCheckbox.js +++ b/js/ext/angular/src/directive/ionicCheckbox.js @@ -3,7 +3,21 @@ angular.module('ionic.ui.checkbox', []) - +/** + * @ngdoc directive + * @name ionCheckbox + * @module ionic + * @restrict E + * @description + * No different than the HTML checkbox input, except it's styled differently. + * + * Behaves like any [AngularJS checkbox](http://docs.angularjs.org/api/ng/input/input[checkbox]). + * + * @usage + * ```html + * Checkbox Label + * ``` + */ .directive('ionCheckbox', function() { return { restrict: 'E',