1.0.7 • Published 6 years ago

ember-aria-checkbox v1.0.7

Weekly downloads
12
License
MIT
Repository
github
Last release
6 years ago

ember-aria-checkbox

Build Status Coverage Status npm version dependencies Status devDependencies Status EmberObserver

An Ember Checkbox addon widget based on the WAI-ARIA authoring practices. Fore more info, visit the page

Tutorial

There is also a tutorial available here to learn how to create this addon from scratch.

Class Diagram

Class Diagram

Component Interface

Interface Diagram

Demo

Demo

Installation

  • ember install ember-aria-checkbox

Usage

Example Markup:

{{#aria-checkbox}}Lettuce{{/aria-checkbox}}

Default checked state:

{{#aria-checkbox checked=true}}Lettuce{{/aria-checkbox}}

You can also pass in any model value to the checked state to reflect the checkbox state.

this.set('isLettuce', true);
{{#aria-checkbox checked=isLettuce}}Lettuce{{/aria-checkbox}}

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago