I'm experiencing a CSS style issue where the text box and text are not aligned properly. Can someone assist me in fixing this problem? Below is the code I am using:
Thank you for your help.
<div>
<input
type="checkbox"
[checked]="section?.data?.allowMe"
class="pointer-events-none"
/>
<label class="ml-2 view-text" for="allMe">Allow LostOfData to be Seen</label>
</div>