ion-checkbox

See the Pen by Ionic (@ionic) on CodePen.

The checkbox is no different than the HTML checkbox input, except it’s styled differently.

The checkbox behaves like any AngularJS checkbox.

Usage

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