Jump to Content
angular-tree
Guides
angular-tree
Guides
Guides

Basic

  • Getting Started
  • Nodes
  • Options
  • Custom Templates
  • Customize Actions
  • Events
  • 2-way binding to state
  • Calling API Methods
  • Styling
  • Focused
  • Common Issues

Guides

  • Async Data
  • Filtering
  • Updating the tree
  • Drag & Drop
  • Tri-State Checkboxes
  • Large Trees & Virtual Scroll
  • Redux / Immutable Data
  • RTL
  • Custom Fields
  • Expanding nodes on init

API reference

  • TreeOptions
  • TreeModel
  • TreeNode
Powered by 

Tri-State Checkboxes

Suggest Edits

You can specify useCheckboxes option to show checkboxes, and the tree selection APIs to control and access which node is currently selected.

Demo

Source code for this demo

Updated less than a minute ago


  • Table of Contents
    • Demo