0

I am using this library https://leovo2708.github.io/ngx-treeview/#/components.

However I have requirement that i need to show parent node as checked if any child is checked. So instead of indeterminate state, I need to show it as checked.. is it possible?

josh_boaz
  • 1,963
  • 7
  • 32
  • 69
  • I supouse you can change the function onChildCheckedChange of the treeview-item.component.ts – Eliseo Jan 02 '19 at 22:06

1 Answers1

0

You can use treeview Object with checked property if checkbox is checked then will return true either will show false

deva
  • 1
  • 1