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