Documentation v1.0.6

Preview Upgrade to Pro
jsTree is jquery plugin, that provides interactive trees. For more info please visit the plugin's Home or Github Repo.

Checkable Tree

Here's a jsTree example with a checkable tree. For more info, please visit the official website.
$('#kt_docs_jstree_checkable').jstree({
    'plugins': ["wholerow", "checkbox", "types"],
    'core': {
        "themes" : {
            "responsive": false
        },
        'data': [{
                "text": "Same but with checkboxes",
                "children": [{
                    "text": "initially selected",
                    "state": {
                        "selected": true
                    }
                }, {
                    "text": "custom icon",
                    "icon": "fa fa-warning text-danger"
                }, {
                    "text": "initially open",
                    "icon" : "fa fa-folder text-default",
                    "state": {
                        "opened": true
                    },
                    "children": ["Another node"]
                }, {
                    "text": "custom icon",
                    "icon": "fa fa-warning text-waring"
                }, {
                    "text": "disabled node",
                    "icon": "fa fa-check text-success",
                    "state": {
                        "disabled": true
                    }
                }]
            },
            "And wholerow selection"
        ]
    },
    "types" : {
        "default" : {
            "icon" : "fa fa-folder text-warning"
        },
        "file" : {
            "icon" : "fa fa-file  text-warning"
        }
    },
});
<div id="kt_docs_jstree_checkable"></div>
Upgrade To Pro
Pro Version Benefits Free Pro
UI Elements 20 100
In-house Components 20 40
Crafted Pages 5 20
Complete Documentation
Product Support
Layout Builder
Source Vectors
Email Templates
Calendar App
User Management App
Chat App
Customers App
Upgrade to Jet HTML Free
Learn & Get Inspired

Support at devs.keenthemes.com

Join our developers community to find answer to your question and help others. FAQs
Get Support
Documentation
From guides and how-tos, to live demos and code examples to get started right away.
Plugins & Components
Check out our 300+ in-house components and customized 3rd-party plugins.
Layout Builder
Build your layout, preview it and export the HTML for server side integration.
What's New
Latest features and improvements added with our users feedback in mind.
Buy now