I love the additions to the k-item component! I’m currently trying to use the new selecting feature in a custom panel view, with a <k-collection> like this:
Can I somehow programmatically change the checked-status of the k-item? In my tests I couldn’t get it to work by changing the value (mySelectedItems), setting selected: true on individual items, or other approaches.
For my use case there might be hundreds of items so I need a way to trigger a “select all” or “unselect all”.