/components/checkbox/description

import { checkbox } from "@hedia/hexui/components/checkbox";

export default function () {
  return checkbox({
    description: "This is a description for the checkbox.",
    heading: "Heading",
    id: "checkbox-1",
  });
}