/components/radio/description

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

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