for multiline, use a textarea.

For checkboxes,and radio buttons, just change the type attribute of the input. to "checkbox" or "radio"

For lists, I think you use a SELECT element.