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
  • Checkboxes
  • Large Trees & Virtual Scroll
  • Redux / Immutable Data
  • RTL
  • Custom Fields
  • Expanding nodes on init
  • IE11
  • SystemJS

API reference

  • TreeOptions
  • TreeModel
  • TreeNode
Powered by 

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

Disconnecting parent <=> child connection

By default, parent nodes reflect and control the status of children.
If you wish to override this behaviour, specify useTriState: false in the options.

Updated less than a minute ago


  • Table of Contents
    • Demo
    • Disconnecting parent <=> child connection