Skip to content

Commit 14b22ec

Browse files
committed
update docs
1 parent e1a88aa commit 14b22ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/checkbox/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ Usage
2020

2121
`checkbox` - can have following properties:
2222

23-
* `type`: - `standard` || `slider` || `toggle` || `undefined` - the type of checkbox;
24-
* `size`: - `large` || `huge` || `undefined` - the size of the current checkbox;
23+
* `class / ng-class`: - `standard` || `slider` || `toggle` || `large` || `huge` || `undefined` - the style of checkbox;
2524
* `checked` - `true` || `false`, checked checkbox or not;
2625
- `disabled` - `disabled`, optional if the checkbox is disabled or not;
2726
* `ng-model` - angular model.

0 commit comments

Comments
 (0)