DubFriend / jquery.repeater

Create a repeatable group of input elements
MIT License
390 stars 192 forks source link

How to set value to checkbox #149

Open Aniketkhote opened 3 years ago

Aniketkhote commented 3 years ago

We get value ["on"] if its checked and [] if not but how we can set the value to the checkbox, is its true then mark as checked.

umitunver commented 2 years ago

Hi!, value="on" <input type="checkbox" name="is_active" value="on" />