(computer science) In a graphical user interface, a small box on which an x or check mark appears when the option indicated next to the box is turned on, and disappears when the option is turned off.
| Sci-Tech Dictionary: check box |
(computer science) In a graphical user interface, a small box on which an x or check mark appears when the option indicated next to the box is turned on, and disappears when the option is turned off.
| 5min Related Video: Check box |
| Computer Desktop Encyclopedia: check box |
A small box on screen that simulates the equivalent symbol on a paper form. Options in software are often selected with a check box. Clicking the box switches it to its opposite state. If it is off (disabled - no mark), clicking it turns it on (enabled - a checkmark), and vice versa.
Download Computer Desktop Encyclopedia to your iPhone/iTouch
| Business Dictionary: Check Box |
A square in a Dialog Box that can be clicked with the mouse to turn an option on (checked) or off (unchecked). Check boxes are used for options that are not mutually exclusive; for example, in a font formatting dialog, the user may check boxes for italic, boldface, and superscript. Contrast with Radio Button.
| Wikipedia: Check box |
|
|
This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (September 2009) |
In computing, a check box (checkbox, tickbox, or tick box) is a graphical user interface element (widget) that permits the user to make multiple selections from a number of options. Normally, check boxes are shown on the screen as a square box that can contain white space (for false) or a tick mark or X (for true), as pictured. A caption describing the meaning of the check box is normally shown adjacent to the check box. Inverting the state of a check box is done by clicking the mouse on the box, or the caption, or by using a keyboard shortcut, such as the space bar.
Contents |
Some applications use a check box that allows three states rather than the two (selected and not selected) provided by a normal check box. This third state is shown by greying-out the checkbox (or, less often, displaying a dash in the checkbox). This can indicate that the box cannot be selected in the system's current state. Also, where a checkbox refers to a collection of objects, a greyed-out checkbox indicates that some objects in the collection test as true (checked) while others test false (empty). The greyed-out state cannot be selected by the user, but is a way of the checkbox reporting back to the user.
For example, a checkbox presented to select files to send via FTP might use a tree view so that files can be selected one at a time, or by selecting a folder, or sub-directory. If some files in a folder were checked and others were unchecked, then the checkbox for that folder would show as greyed out, because the files it contains are a mixture of selected and unselected. Clicking on this greyed-out checkbox would have one of two reactions, depending on the way it has been programmed; on repeated clicking these two states alternate, usually without returning to the greyed-out state:
Some tri-state check box implementations enable the user to toggle among all three states, including the mixed (gray) state by remembering the state of all the checkboxes in the collection. This serves as an undo feature.
In web forms, the HTML element <input type="checkbox" /> is used to display a check box.
In Unicode, empty and filled check boxes are represented by code points U+2610 (☐, 'BALLOT BOX'), U+2611 (☑, 'BALLOT BOX WITH CHECK'), and U+2612 (☒, 'BALLOT BOX WITH X').
|
|||||||||||||||||||||||
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| spam trap (technology) | |
| The Deadly Spawn (1983 Science Fiction Film) | |
| Grey out |
| What are the limits to checking a box on your flight can the box be checked with luggage on your flight? | |
| Did he check the box? | |
| What does a check box give you? |
Copyrights:
![]() | Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved. Read more | |
![]() | Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher. © 1981-2009 Computer Language Company Inc. All rights reserved. Read more | |
![]() | Business Dictionary. Dictionary of Business Terms. Copyright © 2000 by Barron's Educational Series, Inc. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Check box". Read more |
Mentioned in