GoodVibesDevelopment
4/3/2017 - 11:16 AM

Check ig checkbox is checked - jQuery

if($('#input').prop('checked') === true){
    alert("test alert");
}