Menu
Input
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.
1)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.
Wrong Password. Please, try again!
2) Radio
Radio buttons allow the user to select one option from a set.
3) Checkbox
Checkboxes allow the user to select one or more items from a set. Checkboxes can be used to turn an option on or off.