JQuery is a small example of whether a checkbox is checked

  • 2020-03-30 00:41:54
  • OfStack

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

Returns true if checked, false if unchecked

Related articles: