import { checkbox } from "@hedia/hexui/components/checkbox"; export default function () { return checkbox({ disabled: true, heading: "Heading", id: "checkbox-1", }); }