"Survey form" What should I do in radio buttons and checkboxes?

What is happen to the radio buttons and checkboxes?
and if you have any comment in my code please tell me.
Thank you

Are you trying to style them so that the radio/checkbox and its label are on the same line? If so, remove the display: block from the .input-checkbox (the input itself), and apply it to the label.

The label is (appropriately) wrapping both the text and the input, so making these block-elements may be more like what you’re trying for.

Thank you too much it’s fixed :+1:.

but i am still have problem with radio buttons part.

the radio button part is not visable.