We need to implement multi-select dropdown fields in Power Apps Portal for which we are using HTML <select> tag. Which is not providing us checkbox experience, as HTML doesn't have default functionality for that. To resolve this issue we need to use external CDN and plugins in our code through Custom JavaScript option provided under Additional settings of Basic forms. Can you please help us how to import plugins there and how to get required experience.