Skip to content

Commit 1d59b73

Browse files
Update role-required-states-and-properties-4e8ab6.md
1 parent 2917db6 commit 1d59b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_rules/role-required-states-and-properties-4e8ab6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ This `div` does not have a [semantic role](#semantic-role).
209209
This `checkbox` has an [implicit semantic role](#implicit-role) that is identical to the [explicit semantic role](#explicit-role). This allows native HTML `checked` attribute to apply.
210210

211211
```html
212-
<input type="checkbox" role="checkbox" />
212+
<input type="checkbox" role="checkbox" aria-label="Checkbox name"/>
213213
```
214214

215215
#### Inapplicable Example 3

0 commit comments

Comments
 (0)