Skip to main content

Components

RadioButton

Source code

Radio button group

Usage

<script>
  import { RadioButton, RadioButtonGroup } from "svelte-uswds";
</script>

<RadioButtonGroup>
  <RadioButton value="stanton" label="Elizabeth Cady Stanton" />
  <RadioButton value="anthony" label="Susan B. Anthony" />
  <RadioButton value="tubman" label="Harriet Tubman" />
</RadioButtonGroup>