Wijmo UI for the Web
wijcheckbox jQuery Widget
Decorate a standard HTML checkbox element.
Syntax
$(function () {
    var options; // Type:  wijmo.checkbox.wijcheckbox.options
    
    // Create a new wijcheckbox widget
    $(".selector").wijcheckbox(options);
    
    // Get a previously created wijcheckbox widget instance
    var widgetInstance; // Type:  wijmo.checkbox.wijcheckbox
    widgetInstance = $(".selector").data("");
});
function wijcheckbox() : any;
Options
 NameDescription
public Option

Default value: null

Causes the checkbox to appear with a checkmark.

 
Top
Methods
 NameDescription
public MethodRemove the functionality completely. This will return the element back to its pre-init state.  
public MethodUse the refresh method to set the checkbox element's style.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
Events
 NameDescription
public EventA function that is called when the checked state changes.  
Top
See Also

Widgets

CheckBox

Reference

wijcheckbox jQuery Widget