import { Checkbox } from "@dxdns/feflow-react" export default function () { return ( <> <Checkbox checked /> <Checkbox /> </> )}