Having a great time building with the lattest Blazor Ui components. Though I am having issues setting the initial Checked State on a Heirachical Data Model. Pretty certain everything is setup correctly:
I am setting the collection at the OnAfterRenderAsync as I am loading the data from LocalStorage. Unfortunately rather than Checking the Child Notes, the Parent Node is always selected. Note below the circled Itetms are in the CheckedSourceDatas collection but the parent is always checked (below)
Any pointede would be greatly appreciated. Thanks in advance.