Ion-checkbox Label

Please advise:

My Checkbox Label is not displaying?

<ion-checkbox ng-model="isChecked">My Checkbox Label</ion-checkbox>

ionic -v 2.2.3

"@angular/common": "4.0.0",
"@angular/compiler": "4.0.0",
"@angular/compiler-cli": "4.0.0",
"@angular/core": "4.0.0",
"@angular/forms": "4.0.0",
"@angular/http": "4.0.0",
"@angular/platform-browser": "4.0.0",
"@angular/platform-browser-dynamic": "4.0.0",
"@ionic-native/core": "3.4.2",
"@ionic-native/splash-screen": "3.4.2",
"@ionic-native/status-bar": "3.4.2",
"@ionic/storage": "2.0.1",
"ionic-angular": "3.0.1",
"ionicons": "3.0.0",
"rxjs": "5.1.1",
"sw-toolbox": "3.4.0",
"zone.js": "^0.8.4"

I would suggest writing something that looks a bit more like the documentation.

Thanks rapros

Ooops! I was using the wrong documentation :stuck_out_tongue:
[http://ionicframework.com/docs/v1/api/directive/ionCheckbox/]