Skip to content

Commit

Permalink
docs(checkbox): 📝 change misnaming in aria text
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Sep 8, 2021
1 parent eb9c930 commit c1da1b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-templates/checkbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

`Checkbox` component can be used as dual or tri-state toggle button regardless
of the type of the underlying element. It follows the
[WAI-ARIA Meter Pattern](https://www.w3.org/TR/wai-aria-practices/#checkbox) for
it's
[WAI-ARIA Checkbox Pattern](https://www.w3.org/TR/wai-aria-practices/#checkbox)
for it's
[accessibility properties](https://w3c.github.io/aria-practices/#wai-aria-roles-states-and-properties-5).
By default, it renders the native `<input type="checkbox">`.

Expand Down

0 comments on commit c1da1b4

Please sign in to comment.