How the checkboxes have come to the right? By default they are aligned to the left, please suggest me a code to do it
Try moving your label elements before the input element.
Ex:
<label><input>Hello</label>
If you want help with code, it’s important that you share your code as text. Our ability to help you is extremely limited if you only share a screenshot.
