Input Elements Flashcards
(10 cards)
What are Dropdowns?
Interactive elements that allow users to select one option from a list.
What are Combo Boxes?
A combination of a text field and a dropdown list, enabling users to enter text or select from a list of predefined options.
What are Buttons?
Interactive elements that users click to perform an action, such as submitting a form or moving to the next step.
What are Toggle Switches?
Elements that allow users to switch between two states, such as on/off or enabled/disabled.
What are Text Fields?
Areas where users can enter text, often used for alphanumeric input.
What are Password Fields?
Specialized fields where characters are hidden to ensure privacy while typing passwords.
What are Date Pickers?
UI elements that allow users to select dates from a calendar.
What are Checkboxes?
UI components that let users select or deselect multiple independent options.
What are Radio Buttons?
Selection buttons that allow users to choose only one option from a group of mutually exclusive options.
What are Confirmation Dialogs?
Pop-up messages that ask users for confirmation before performing an action, preventing accidental operations.