Inputs
Inputs are necessary for user interaction with the website. Inputs are
used to take information from the user, and then save the data to the
server, accordingly.
Label Inputs
Label Input has a label present at the top of the input field. They
can be customized to show error error-message, and change color
accordingly.
Radio
Radio buttons allow the user to select one option from a set.
Checkbox
Checkboxes are used to let a user select one or more options of a
limited number of choices.