rc-checkbox
Advanced tools
Comparing version 1.3.6 to 1.3.7
@@ -87,2 +87,3 @@ 'use strict'; | ||
_react2["default"].createElement('input', { | ||
name: props.name, | ||
type: props.type, | ||
@@ -143,2 +144,3 @@ readOnly: props.readOnly, | ||
Checkbox.propTypes = { | ||
name: _react2["default"].PropTypes.string, | ||
prefixCls: _react2["default"].PropTypes.string, | ||
@@ -145,0 +147,0 @@ style: _react2["default"].PropTypes.object, |
{ | ||
"name": "rc-checkbox", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "checkbox ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -66,4 +66,4 @@ # rc-checkbox | ||
<td>name</td> | ||
<td>String</td> | ||
<td></td> | ||
<td></td> | ||
<td>same with native input checkbox</td> | ||
@@ -70,0 +70,0 @@ </tr> |
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
14940
300