Answers for "check if the current checkbox is checked or not"

5

if checkbox is checked

if ($('#id_input').is(':checked')) { }
Posted by: Guest on March-17-2020

Code answers related to "check if the current checkbox is checked or not"

Code answers related to "Javascript"

Browse Popular Code Answers by Language