Home Docs

Input

The input tag specifies an input field where the user can enter data. The input element can be displayed in several ways, depending on the type attribute like text, radio, checkbox etc. You can also disabled them by using appropriate classes.

Form Input

Copy the given code to create Input

Error Form Input

Please enter correct Email or Password

Copy the given code to create Error Input

Radio Button

Radio buttons allow the user to select only one option from all given options.

Copy the given code to create Input

Checkbox

Checkboxes allow the user to select one or more option from all given options.

Copy the given code to create Input