Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Abhilash J A
788
2.4k
540k
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 ?
<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>
Reply
Answers (
3
)
JQuery Each & If
How do get clipboard value in jquery