I would like to use the Checkbox Action type in a CardCollection to select items to delete.
But I can't see a way to determine which items are checked. There is a selectedItem
property, but it is not populated when I check items.
I would like to use the Checkbox Action type in a CardCollection to select items to delete.
But I can't see a way to determine which items are checked. There is a selectedItem
property, but it is not populated when I check items.
Yeah, not intuitive, but it works. Here is my button's hidden property so the delete button displays if any are checked.
{{!cardCollection2.suffixValueByIndex.some(value => value === true)}}