I am working on implementing a sap.ui.Table in my project, similar to the one showcased in the SAPUI5 Explored app. The table I am trying to create should allow for multi-selection of items using checkboxes on the left side. However, after downloading the source code for this example and testing it on my machine, I noticed that the visual style of the Table differs from the one in the Explored application (the checkboxes are missing). Do you think I need to include an additional stylesheet? Any assistance on achieving the exact same style as shown in the Explored example would be greatly appreciated. I have shared the code I used in this repository. Thank you in advance!