Skip to main content

Components

Checkbox

Maintainer: jianzhe.ding

Contents

Support Attribute

Note

  • ng-checked should not use with ng-model.
  • ng-checked is only used to display that will not be changed by clicking check box. if you want to get the status of checkbox, you should change ng-checked into ng-value.
  • DO NOT use ng-bind.

Examples