JSPM

@fluentui/react-checkbox

1.0.0-beta.27
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 143858
  • Score
    100M100P100Q163025F
  • License MIT

Fluent UI React Checkbox component

Package Exports

  • @fluentui/react-checkbox
  • @fluentui/react-checkbox/lib-commonjs/Checkbox
  • @fluentui/react-checkbox/lib-commonjs/next
  • @fluentui/react-checkbox/lib/Checkbox
  • @fluentui/react-checkbox/lib/next

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@fluentui/react-checkbox) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@fluentui/react-checkbox

React Checkbox components for Fluent UI React

These are not production-ready components and should never be used in product. This space is useful for testing new components whose APIs might change before final release.

To import React Checkbox components:

import { Checkbox } from '@fluentui/react-checkbox';

const App = () => {
  return <Checkbox label="Checkbox" />;
};