I’ve known for a while the matrix for checkboxes and radio buttons has been removed from Xcode but, updated versions of my apps still keep the matrix. Now I’m creating a new app and want to make a group of checkboxes behave like a matrix particularly to get the selected values returned in a list through binding.
Can I still make this work without having to create an action handler that would check the state to see if it is checked then if checked get the title and start building my own list from each checkbox?