Exercise 07: Creating a fake checkbox - finished

List of all exercises

Our aims are to:

  1. Add role="checkbox" to each of the fake checkboxes.
  2. Add aria-checked="false" to each of the fake checkboxes.
  3. Add role="group" to the parent container.
  4. Add aria-labelledby="group-label" to the parent container .
  5. Add id="group-label" to the <h3> element.

Example

Choose some toppings

List of all exercises