Is it possible (perhaps through an override) to unwire the Treeview's checkboxes as far as their parent/child relationships go? In other words, a Treeview is desired for its hierarchical display purpose, but then the user wants to be able to select any combination of items from that Treeview (via the checkboxes) without any of the other checkboxes being altered at all. Typically, if you select a parent item's checkbox, all of its child checkboxes also get automatically checked (we wish to bypass that). And similarly, if you check a child item, it's parent's checkbox gets semi-checked (dash) and its parent checkbox, and so forth (we also wish to bypass that).
So is it possible to override the tree dependency relationships as far as the checkboxes go and just have them all act independently of each other? Thanks!