import * as React from 'react'; import { Checkbox } from '@fluentui/react-checkbox'; // TODO add 'react-checkbox' to the list for withFluentProvider in react-examples/.storybook/preview.js export const CheckboxExample = () => ( <> Hello World! );