import { checkbox } from "@hedia/hexui/components/checkbox"; export default function () { return checkbox({ heading: "Heading", description: "This is a description for the checkbox.", }); }