Vahana Academy

Checkbox

Checkboxes are used for multiple choices, but not for mutually exclusive choices. Each checkbox works independently from other checkboxes in the list. Selecting a checkbox does not affect any other selection. For example:-For taking the user’s hobbies as an input, you can provide multiple hobbies with the check boxes. The user can click more than… Continue reading Checkbox

OTP (One-time-password)

The OTP element verifies the mobile number of users by sending a unique verification code (OTP) during registration or transaction processing. It removes the possibility of a user registering with a fake mobile number. This module checks the existence of the mobile number and the ability of a user to access that mobile number. The… Continue reading OTP (One-time-password)

Input Field

The input fields are normally found within a form but can also be part of a modal, search, or card. Common text input types include usernames, password, descriptions, URLs, emails, addresses, and plain text searches. In the “Input Field” element, the end-user enters a value. Usage When to use When not to use When you want the user to enter name, password,… Continue reading Input Field