Hi,
I have list of checkbox with label text. How can I check each checkboxes when click on the label text ?
- <div class="col-sm-12 m-b-10">
- <label class="radio-inline" for="radios-0">
- <input type="checkbox" name="PartnerTypeName" class="chkIncorporationType" value="PDST">
- Product Manufacturer
- </label>
- </div>
- <div class="col-sm-12 m-b-10">
- <label class="radio-inline" for="radios-1">
- <input type="checkbox" name="PartnerTypeName" class="chkIncorporationType" value="PDST">
- Product Distributor
- </label>
- </div>