Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/checklist #1

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from
Draft

Feature/checklist #1

wants to merge 13 commits into from

Conversation

delisma
Copy link
Member

@delisma delisma commented May 4, 2020

Checkbox/Radio button
Large custom input to replace user agent native input for checkboxes and radio buttons. The checkbox design pattern can be used with div[role=checkbox] and input[type=checkbox] elements.

WAI-ARIA supports two types of checkbox widgets:

  1. Dual-state: The most common type of checkbox, it allows the user to toggle between two choices -- checked and not checked.
  2. Tri-state: This type of checkbox supports an additional third state known as partially checked.

One common use of a tri-state checkbox can be found in software installers where a single tri-state checkbox is used to represent and control the state of an entire group of install options. And, each option in the group can be individually turned on or off with a dual state checkbox.

David Elisma added 4 commits April 29, 2020 16:55
feat(checklist): Create checklist files

Auto stash before rebase of "origin/feature/checklist"
@delisma delisma added the enhancement New feature or request label May 4, 2020
@delisma delisma self-assigned this May 4, 2020
@delisma
Copy link
Member Author

delisma commented May 4, 2020

@delisma delisma force-pushed the master branch 12 times, most recently from fe29883 to 4cddfbc Compare June 25, 2021 19:45
@delisma delisma force-pushed the master branch 7 times, most recently from bc6b170 to f3bdc3c Compare July 5, 2021 16:56
@delisma delisma force-pushed the master branch 3 times, most recently from 31e2462 to 81a43ce Compare July 14, 2021 19:29
@delisma delisma force-pushed the master branch 17 times, most recently from 085e6f8 to 87261f5 Compare July 26, 2021 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant