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.
Password is incorrect. Try again.
            
                    

                
Wrong Password. Try again.

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.