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"
The checkbox is no different than the HTML checkbox input, except it's styled differently.
The checkbox behaves like any AngularJS checkbox.
<ion-checkbox ng-model="isChecked">Checkbox Label</ion-checkbox>