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" />;
};