> ## Documentation Index
> Fetch the complete documentation index at: https://svelvet.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Radio Group

> A flexible radio group selector for use with our data flow system

## Description

Radio Group is a simple selector component that interfaces with Svelvet input and output stores.

## Props

<ResponseField name="parameterStore" required type="CustomWritable<string>">
  The input store associated with the parameter.
</ResponseField>

<ResponseField name="options" required type="Array<string>">
  The options available for the Radio Group.
</ResponseField>
