Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmiles committed May 2, 2015
1 parent f9ce9cf commit 76c16ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ Sets the border color for the component; set showBorder to false if you don't wa
#### checkedIcon
String, class names(s). Default: "glyphicon glyphicon-check" as defined by [Bootstrap Glyphicons](http://getbootstrap.com/components/#glyphicons)

Sets the icon to be as a checked checkbox, used in conjunction with showCheckbox.

#### collapseIcon
String, class name(s). Default: "glyphicon glyphicon-minus" as defined by [Bootstrap Glyphicons](http://getbootstrap.com/components/#glyphicons)

Expand Down Expand Up @@ -342,7 +344,7 @@ Whether or not to display a border around nodes.
#### showCheckbox
Boolean. Default: false

Whether or not to display a nodes checked icon.
Whether or not to display checkboxes on nodes.

#### showIcon
Boolean. Default: true
Expand All @@ -357,6 +359,8 @@ Whether or not to display tags to the right of each node. The values of which m
#### uncheckedIcon
String, class names(s). Default: "glyphicon glyphicon-unchecked" as defined by [Bootstrap Glyphicons](http://getbootstrap.com/components/#glyphicons)

Sets the icon to be as an unchecked checkbox, used in conjunction with showCheckbox.


## Methods

Expand Down

0 comments on commit 76c16ba

Please sign in to comment.