# &lt;Required /&gt; Component

## Description

A toggle switch for establishing if the field should be marked as "required" or not • This means it will fail validation unless filled

## Checklist

This component should...

- (Rendering) Should render in the dom
- (Events) Should trigger onChange when the column count field updates

## Usage

To install it...

> npm install @sandcastle/components

Add it to your project...

```
import * as React from 'react'
import * as Required from '@sandcastle/components/Required`

export default () => (
  <Required

  />
)
```

## Best Practices

To do: Add any Best Practices here

## Lifecycle Hooks

To do: Add any Lifecycle Hooks here

## Related Components

To do: Add any Related Components here
