Abhilash J A

Abhilash J A

  • NA
  • 2.4k
  • 580k

label click checkbox checked jquery

Mar 30 2017 5:50 AM
Hi,
 
I have list of checkbox with label text. How can I check each checkboxes when click on the label text ?
 
  1. <div class="col-sm-12 m-b-10">  
  2.     <label class="radio-inline" for="radios-0">  
  3.         <input type="checkbox" name="PartnerTypeName" class="chkIncorporationType" value="PDST">  
  4.         Product Manufacturer  
  5.     </label>  
  6. </div>  
  7. <div class="col-sm-12 m-b-10">  
  8.     <label class="radio-inline" for="radios-1">  
  9.         <input type="checkbox" name="PartnerTypeName" class="chkIncorporationType" value="PDST">  
  10.         Product Distributor  
  11.     </label>  
  12. </div> 

Answers (3)