Skip to content

Feature/checklist#1

Draft
delisma wants to merge 13 commits intomasterfrom
feature/checklist
Draft

Feature/checklist#1
delisma wants to merge 13 commits intomasterfrom
feature/checklist

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 30 times, most recently from a6ae397 to 80ad92f Compare July 4, 2021 00:50
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