Wijmo UI for the Web
wijcheckbox type
wijmo.checkbox Namespace : wijcheckbox type
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;
Inheritance Hierarchy

Object
      wijmo.checkbox.wijcheckbox

Constructors
 NameDescription
public Constructor  
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
See Also

Reference

wijmo.checkbox Namespace