input[type=checkbox]:checked  + span{
  font-weight:bold;
  color:black;
}

input[type=checkbox] + span{
  font-weight:normal;
  color:black;
}