Packagefl.accessibility
Classpublic class CheckBoxAccImpl
InheritanceCheckBoxAccImpl Inheritance LabelButtonAccImpl Inheritance AccImpl
Subclasses RadioButtonAccImpl

Language Version : ActionScript 3.0
Player Version : Flash Player 9.0.28.0

The CheckBoxAccImpl class, also called the CheckBox Accessibility Implementation class, is used to make a CheckBox component accessible. This class enables communication between a CheckBox component and a screen reader. Screen readers are used to translate screen content into synthesized speech or braille for visually impaired users.

The CheckBoxAccImpl class supports system roles, object-based events, and states.

A CheckBox reports the role ROLE_SYSTEM_CHECKBUTTON (0x2C) to a screen reader.

A CheckBox reports the following states to a screen reader:

A CheckBox dispatches the following events to a screen reader:

Screen reader users can activate a Checkbox component with the spacebar or the Enter key.

See also

CheckBox


Public Methods
 MethodDefined By
  
[static] Enables accessibility for a CheckBox component.
CheckBoxAccImpl
Method Detail
enableAccessibility()method
public static function enableAccessibility():void

Language Version : ActionScript 3.0
Player Version : Flash Player 9.0.28.0

Enables accessibility for a CheckBox component. This method is required for the compiler to activate the accessibility classes for a component.