Create Plain Checkbox Tree View Using jQuery Checktree Plugin
Here one more example of creating simple plain tree view for your application it is helpful to create a organisation chart that displays your organisation hierarchical data in a tree structure with checkboxes. It’ll display cool nice view for hierarchical data with checked all sub tree data see example below.

Create Plain Checkbox Tree View Using jQuery Checktree Plugin
Libraries
Include required libraries on page.
HTML
Markup HTML for tree view with selectable checkboxes feature.
CSS
Styling tree view and checkboxes
JS
Finally call the plugin function on page to make it actionable.
See demo and download source code.
DEMO | DOWNLOAD
See official github repository for more information and follow for future updates