{"id":15925574,"url":"https://github.com/rajasegar/ember-aria-checkbox","last_synced_at":"2025-03-24T13:33:27.765Z","repository":{"id":57222983,"uuid":"106793980","full_name":"rajasegar/ember-aria-checkbox","owner":"rajasegar","description":"An Ember Checkbox widget addon based on the WAI-ARIA authoring practices","archived":false,"fork":false,"pushed_at":"2018-11-03T01:29:52.000Z","size":1614,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-19T03:53:17.234Z","etag":null,"topics":["a11y","accessibility","aria","checkbox","checkbox-component","ember-addon"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rajasegar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-13T07:45:13.000Z","updated_at":"2019-02-20T14:46:42.000Z","dependencies_parsed_at":"2022-08-25T12:22:22.676Z","dependency_job_id":null,"html_url":"https://github.com/rajasegar/ember-aria-checkbox","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Fember-aria-checkbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Fember-aria-checkbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Fember-aria-checkbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Fember-aria-checkbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajasegar","download_url":"https://codeload.github.com/rajasegar/ember-aria-checkbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245280009,"owners_count":20589560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["a11y","accessibility","aria","checkbox","checkbox-component","ember-addon"],"created_at":"2024-10-06T22:02:47.079Z","updated_at":"2025-03-24T13:33:27.364Z","avatar_url":"https://github.com/rajasegar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ember-aria-checkbox\n\n[![Build Status](https://travis-ci.org/rajasegar/ember-aria-checkbox.svg?branch=master)](https://travis-ci.org/rajasegar/ember-aria-checkbox) \n[![Coverage Status](https://coveralls.io/repos/github/rajasegar/ember-aria-checkbox/badge.svg?branch=master)](https://coveralls.io/github/rajasegar/ember-aria-checkbox?branch=master)\n[![npm version](http://img.shields.io/npm/v/ember-aria-checkbox.svg?style=flat)](https://npmjs.org/package/ember-aria-checkbox \"View this project on npm\")\n[![dependencies Status](https://david-dm.org/rajasegar/ember-aria-checkbox/status.svg)](https://david-dm.org/rajasegar/ember-aria-checkbox)\n[![devDependencies Status](https://david-dm.org/rajasegar/ember-aria-checkbox/dev-status.svg)](https://david-dm.org/rajasegar/ember-aria-checkbox?type=dev)\n[![EmberObserver](http://emberobserver.com/badges/ember-aria-checkbox.svg?branch=master)](http://emberobserver.com/addons/ember-aria-checkbox)\n\n\nAn Ember Checkbox addon widget based on the WAI-ARIA authoring practices.\nFore more info, visit the [page](https://www.w3.org/TR/wai-aria-practices-1.1/#checkbox)\n\n### Tutorial\nThere is also a tutorial available [here](http://hangaroundtheweb.com/2018/02/how-to-create-an-accessible-checkbox-component-in-ember/) to learn how to create this addon from scratch.\n\n### Class Diagram\n![Class Diagram](https://raw.githubusercontent.com/rajasegar/ember-aria-checkbox/master/pum/class-diagram.png)\n\n### Component Interface\n\n![Interface Diagram](https://raw.githubusercontent.com/rajasegar/ember-aria-checkbox/master/pum/interface.png)\n\n## Demo\n\n[Demo](http://rajasegar.github.io/ember-aria-checkbox/)\n\n\n\n## Installation\n\n* `ember install ember-aria-checkbox`\n\n## Usage\nExample Markup:\n\n```hbs\n{{#aria-checkbox}}Lettuce{{/aria-checkbox}}\n```\n\nDefault checked state:\n\n```hbs\n{{#aria-checkbox checked=true}}Lettuce{{/aria-checkbox}}\n```\n\nYou can also pass in any model value to the checked state to reflect the checkbox state.\n\n```js\nthis.set('isLettuce', true);\n```\n\n```hbs\n{{#aria-checkbox checked=isLettuce}}Lettuce{{/aria-checkbox}}\n```\n\n\n\n## Running\n\n* `ember serve`\n* Visit your app at [http://localhost:4200](http://localhost:4200).\n\n## Running Tests\n\n* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)\n* `ember test`\n* `ember test --server`\n\n## Building\n\n* `ember build`\n\nFor more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajasegar%2Fember-aria-checkbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajasegar%2Fember-aria-checkbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajasegar%2Fember-aria-checkbox/lists"}