Wijmo UI for the Web
checked Option
wijmo.checkbox.wijcheckbox Namespace > options type : checked Option

Default value: null

Causes the checkbox to appear with a checkmark.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijcheckbox("option", "checked");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcheckbox("option", "checked", newValue);
        
});
var checked : boolean;
See Also

Reference

options type
wijcheckbox jQuery Widget