Yes, all selected items will be listed out on the frontend product view page. The customer can choose as many items as they want by selecting multiple checkboxes.
Yes! If you are using or planning to use PWA studio or any PWA framework then We are supporting read GraphQL query. Example, { products(filter: {sku: {eq: '24-MB01' }}) { items { __typename id name ...