PlayPickUp / pickup-ui

A collection of React Components that make up the PickUp world. 🌎⚡
https://ui.playpickup.com
3 stars 1 forks source link

fix(checkbox): remove unused props #322

Closed denvermullets closed 2 years ago

denvermullets commented 2 years ago

If I plug a Checkbox into Playground using the format on the Picker, it's still mad about missing the Formik props. Is there a way to make those optional? image

  <CheckBox
     checked={checkBoxChecked}
     onChange={() => setCheckBox(checkBoxChecked)}
  >

yeah, my bad. i was extending the type from an earlier thing i was attempting (i think, been a minute).