I need to see if a checkbox is checked.
I have tried a few different ways but am not sure with using the Tiggr API.
Right now I have
var dblRare = Tiggr('dblRare');
if ($('#dblRare').attr('checked'))
{alert("checked");}
Can spomeone please provide some insight on the syntax for this?