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.

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. Try again.

Text Area

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 Input

Radio buttons allow the user to select one option from a set of given different options

Checkbox Input

Checkboxes allow the user to select one or more items from a set. Checkboxes can be used to turn an option on or off. If you have multiple options appearing in a list, you can preserve space by using checkboxes instead of on/off switches. If you have a single option, avoid using a checkbox and use an on/off switch instead.