Inputs are used for user interaction such as taking data from user & then provide the results back to user accordingly.
Standard inputs have a label, input field and type for different use cases.
This input comes with error style and error message. Add input-show-error class and a error message to apply the error style
Textarea is used to take long form of content data from the user such as message, address, reviews etc.
Radio button is used to select one option from a set of options.
Checkbox is used to select one or multiple options from a set of options.