JQuery is a small example of whether a checkbox is checked



var systemBackup = $("#field_systemBackup").is(":checked");

Returns true if checked, false if unchecked