Skip to content

Instantly share code, notes, and snippets.

@EmmanuelDemey
Created November 23, 2021 12:38
Show Gist options
  • Save EmmanuelDemey/1af5faeec8cb0cc90fb853b1a70a700c to your computer and use it in GitHub Desktop.
Save EmmanuelDemey/1af5faeec8cb0cc90fb853b1a70a700c to your computer and use it in GitHub Desktop.
<p id="question">Question</p>
<ul aria-labelledby="question" role="radiogroup">
<li role="radio" aria-checked="false" tabindex="-1">
<img aria-hidden="true" src="radio.svg" alt="Non sélectionné : " />
Choix 1
</li>
<li role="radio" aria-checked="true" tabindex="0">
<img aria-hidden="true" src="radio-checked.svg" alt="Sélectionné : " />
Choix 2
</li>
<li role="radio" aria-checked="false" tabindex="-1">
<img aria-hidden="true" src="radio.svg" alt="Non sélectionné : " />
Choix 3
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment