function bookingResults(){
  checkAllRadios("#acknowledgeAll", ".acknowledgeThis");
  checkAllRadios("#confirmAll", ".confirmThis");
  checkAllRadios("#rejectAll", ".rejectThis");
}
When the id is clicked, check all the elements with the class name.
 
     
     
    