We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a88aa commit 14b22ecCopy full SHA for 14b22ec
src/checkbox/README.md
@@ -20,8 +20,7 @@ Usage
20
21
`checkbox` - can have following properties:
22
23
- * `type`: - `standard` || `slider` || `toggle` || `undefined` - the type of checkbox;
24
- * `size`: - `large` || `huge` || `undefined` - the size of the current checkbox;
+ * `class / ng-class`: - `standard` || `slider` || `toggle` || `large` || `huge` || `undefined` - the style of checkbox;
25
* `checked` - `true` || `false`, checked checkbox or not;
26
- `disabled` - `disabled`, optional if the checkbox is disabled or not;
27
* `ng-model` - angular model.
0 commit comments