Decorate a standard HTML checkbox element.
Syntax
Javascript (Specification) | |
---|
function wijcheckbox() : any;
|
Browser Compatibility
Options
| Name | Description |
| checked | Default value: null Causes the checkbox to appear with a checkmark. |
Top
Methods
| Name | Description |
| destroy | Remove the functionality completely. This will return the element back to its pre-init state. |
| refresh | Use the refresh method to set the checkbox element's style. |
| widget | Returns a jQuery object containing the original element or other relevant generated element. |
Top
Events
| Name | Description |
| changed | A function that is called when the checked state changes. |
Top
See Also
Widgets
CheckBox
Reference
wijcheckbox jQuery Widget