yarcl
    Preparing search index...

    Function RadioGroup

    • A labelled group of Radios. Renders a <fieldset> and <legend>, shares one name, and tracks the selected value. Radios inside don't need name or checked.

      Parameters

      Returns Element

      <RadioGroup label="Plan" defaultValue="pro" orientation="horizontal">
      <Radio value="free">Free</Radio>
      <Radio value="pro">Pro</Radio>
      </RadioGroup>