@particles/checkboxdeprecated

Checkbox Component

Usage no npm install needed!

<script type="module">
  import particlesCheckbox from 'https://cdn.skypack.dev/@particles/checkbox';
</script>

README

:no_entry: Deprecation Warning :no_entry:

This particle is being deprecated, please use the checkbox found here: https://procore.github.io/core/latest/#/react/elements/checkboxes

Checkbox

Checkbox Component

Example

checkbox

Change Log

1.2.1
  • Fixed loading spinner styling
1.2.0
  • Allow particle to accept focus in normal DOM focus flow
  • Add support for enter key and space bar to select and deselect
1.1.1
  • cursor: pointer in enabled/non-loading state
  • Color changes
  • Spinner positioned absolutely
1.1.0
  • Add loading spinner and disabled styling
1.0.1
  • Add unit tests, CSS module mocking, and code coverage reporting.

1.0.0

  • Initial commit