@lumx/react 3.0.6 → 3.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -1583,6 +1583,7 @@ const Checkbox = /*#__PURE__*/forwardRef((props, ref) => {
1583
1583
  type: "checkbox",
1584
1584
  id: inputId,
1585
1585
  className: `${CLASSNAME$8}__input-native`,
1586
+ disabled: isDisabled,
1586
1587
  tabIndex: isDisabled ? -1 : 0,
1587
1588
  name: name,
1588
1589
  value: value,