> ## 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.

# Toggle

> A simple true/false switch for use with our data flow system

## Description

Toggle is a simple switch component that interfaces with Svelvet input and output stores. Toggle presents a switch that can be interacted with to toggle betweem true and false.

Refer to the overview in this section for more detailed usage.

## Props

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

<ResponseField name="color" type="CSS Color String" default="limegreen">
  Toggle background color when switch is set to true.
</ResponseField>
