Wijmo UI for the Web
destroy Method
wijmo.checkbox Namespace > wijcheckbox type : destroy Method
Remove the functionality completely. This will return the element back to its pre-init state.
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("");
    
          var returnsValue; // Type:  any
    returnsValue = widgetInstance.destroy();
});
function destroy() : any;
See Also

Reference

wijcheckbox type
wijcheckbox jQuery Widget