/components/radio/checked

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

export default function () {
  return radio({
    checked: true,
    heading: "Heading",
    id: "radio-1",
    name: "example",
    value: "1",
  });
}