rc-checkbox
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -29,2 +29,3 @@ 'use strict'; | ||
style: {}, | ||
type: 'checkbox', | ||
className: '', | ||
@@ -53,3 +54,3 @@ defaultChecked: false, | ||
React.createElement('span', { className: prefixCls + '-inner' }), | ||
React.createElement('input', { type: 'checkbox', | ||
React.createElement('input', { type: props.type, | ||
id: props.id, | ||
@@ -56,0 +57,0 @@ className: prefixCls + '-input', |
{ | ||
"name": "rc-checkbox", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "checkbox ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10681
228