# ARIA toggle fields must have an accessible name

> Canonical HTML version: https://rocketvalidator.com/accessibility-validation/axe/4.9/aria-toggle-field-name
> Attribution: Rocket Validator (https://rocketvalidator.com)
> License: CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/)

Makes certain that each ARIA toggle field has an accessible name.

Ensures that any element having a semantic role has a name that is easily accessible.

Among the semantic roles are:

* checkbox
* menu
* menuitemcheckbox
* menuitemradio
* radio
* radiogroup
* switch

<h3>What this Accessibility Rule Checks</h3>

There is an accessible name for ARIA toggle fields.
