Hi everyone! How should I do line breaks between checkbox and radio button elements without using" <br" tag?
Hi @bemvy !
Inputs are inline elements so you will have to set them to display block and then use the margin property to create space between the elements.
Thank you so much! I tried to do it in one div