ionic book


layout: "docs_api" version: "1.1.0" versionHref: "/docs" path: "api/directive/ionCheckbox/"

title: "ion-checkbox" header_sub_title: "Directive in module ionic" doc: "ionCheckbox"

docType: "directive"

ion-checkbox

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>