Inputs are present on every website. They are used to interact with the end user and type their inputs
in it. It can be also used to select options by using radio and checkbox.
Text box
Text box is used for a multiple line user input.
Preview
Input with validation and errors
Validation message and error messages are used to make sure that the user has made the input in
accordance of the requirements.
Preview
Radio Input
Radio input is used to select one option among multiple input options.
Preview
Checkbox input
Checkbox input is used to select one or more than one options among multiple input options.
Preview