how to check if html checkbox is checked code example Example: if checkbox is checked if ($('#id_input').is(':checked')) { }