How to make a list with multi-select in SwiftUI? I know I can make a custom one like this: https://stackoverflow.com/a/57023746/12315994
But is there a default one already in SwiftUI?
Here is an example of multi-select controls in Apple's Mail app:
The same controls are also used in Apple Photos when you select multiple photos. These controls are also in Apple's official iOS Sketch Library which you can download from here: https://developer.apple.com/design/resources/
There are very similar controls in Apple's Reminders App: