@ballistix.digital/react-components 9.5.3 → 9.6.0

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/dist/index.js CHANGED
@@ -5690,11 +5690,13 @@ const $b59f83fca3d8e62d$var$CheckboxInput = (props)=>{
5690
5690
  (0, $iA2ta$reactjsxruntime.jsx)("label", {
5691
5691
  htmlFor: name,
5692
5692
  className: styles.label,
5693
+ onClick: handleClick,
5693
5694
  children: title
5694
5695
  }),
5695
5696
  description && (0, $iA2ta$reactjsxruntime.jsx)("p", {
5696
5697
  id: `${name}-description`,
5697
5698
  className: styles.description,
5699
+ onClick: handleClick,
5698
5700
  children: description
5699
5701
  })
5700
5702
  ]