Share on Facebook Share on Twitter Email
Answers.com

Check box

 
(′chek ′bäks)

(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.


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics

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.

Disable or Enable
When a check box contains a checkmark, the function is "enabled," which means it is turned on and active. When the box is empty, the option is not active (disabled).

Download Computer Desktop Encyclopedia to your iPhone/iTouch

Business Dictionary: Check Box
Top

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
Top
Sample check boxes.

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

Tri-state check box

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:

  • all sub-directories and sub-files (and the checkbox) would become checked
  • all sub-directories and sub-files (and the checkbox) would become unchecked

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.

HTML

In web forms, the HTML element <input type="checkbox" /> is used to display a check box.

Unicode

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').

External links

See also


 
 

 

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