Hello everyone;
I need help with aligning my radio button
and also aligning my checkboxes.
thanks for the help.
Through CSS, you can try something like this in the stylesheet.
input[type=checkbox] {
//your code here
}
How do you want it to be aligned? You can try placing them in a table, if that helps. One column containing radio/checkboxes, another column containing the labels