Input

Inputs are necessary element for user interaction. Inputs are required to take inputs from user.


Label input

Label input has a label present at the top of the input field. They can be customized to show error messages.

Wrong Password. Try again.

Radio input

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


Checkbox input

Checkboxes allow the user to select one or more option from different set of options.


Text area

It is a multiline text input control