Lines Matching refs:checkbox
2001 for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {
4025 var rcheckableType = (/^(?:checkbox|radio)$/i);
4049 // Make sure textarea (and checkbox) defaultValue is properly cloned
4612 // For checkbox, fire native event so checked state will be right
4614 if ( this.type === "checkbox" && this.click && jQuery.nodeName( this, "input" ) ) {
5032 // Fails to persist the checked state of a cloned checkbox or radio button.
6919 input.type = "checkbox";
6922 // Default value for a checkbox should be "on"
7458 jQuery.each([ "radio", "checkbox" ], function() {