EXAMPLE_NAME

Replace this paragraph with an overview of the example that is something like the following. The below example section demonstrates a simple checkbox that implements the design pattern for checkbox.

Example

This is the place where the reader will experience the functioning example.

  • The HTML in this section along with the javascript and CSS it uses demonstrate the design pattern.
  • When developing an example implementation for this guide, please follow the APG example coding guidelines.

Accessibility Features

Please replace this content with a list of accessibility features demonstrated in this implementation, such as:

Keyboard Support

Key Function
key 1 Key 1 action
key 2 Key 2 action
key 3 Key 3 action

ARIA Roles, Properties, and States

Role Property/State Element Usage
role element X
  • Identify element with the role behavior
aria-xxxxx X[role="yyy"] element
  • Purpose of aria properties or aria states within example

Javascript and CSS Source Code

HTML Source Code