This topic has not yet been rated - Rate this topic

:indeterminate pseudo-class

Applies one or more styles to radio buttons and check boxes whose toggle states cannot be determined—they are neither checked (selected) nor unchecked (cleared).

Selectors Level 3, Section 6.6.4.3Internet Explorer 9

Syntax

selector :indeterminate {...}

Parameters

selector

A CSS simple selector

Standards information

Remarks

The :indeterminate pseudo-class is a UI element states pseudo-class. UI element states pseudo-classes select UI elements (form controls such as radio buttons or check boxes) that are in a certain state—enabled, disabled, or selected (checked).

See also

Reference
:enabled
:disabled
:indeterminate

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.