Skip to main content
☰
CCMS 组件库
CCMS 组件库
Components
Components
Components
Checkbox
Bind HTML
Date Picker
Dropdown
Dynamic-Attr
Form
Grid
Iconfont
Layout
Loading
Menus
Modal
Pagination
Radio Button
Sample Component
Tips
Tooltip
Tabset
Switch
Checkbox
Maintainer: jianzhe.ding
Contents
Contents
Support Attribute
Note
Examples
Support Attribute
ng-model
Any
Ref Angular Doc
ng-checked
boolean
Ref Angular Doc
ng-disabled
boolean
(default: false)
Ref Angular Doc
ng-true-value
Any
(default: true)
Ref Angular Doc
ng-false-value
Any
(default: false)
Ref Angular Doc
indeterminate
boolean
(default: false) 半选状态
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