#toggle {
  display: none;
}
#toggle:checked ~ .controlled {
  display: none;
}
#toggle:checked ~ #testLabel > svg {
  display: none;
}
