Use the refresh method to set the checkbox element's style.
Syntax
Javascript (Usage) | |
---|
$(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 value; // Type: any
// Parameters
var e; // Type: object
value = widgetInstance.refresh(e);
});
|
Javascript (Specification) | |
---|
function refresh(
: object
) : any;
|
Parameters
- e
- The event that fires the refresh the checkbox.
Browser Compatibility
See Also
Reference
wijcheckbox type
wijcheckbox jQuery Widget