Toggle

Switches toggle the state of a single setting on or off.

import { Checkbox } from '../components'

<Switch value={val} onValueChange={(val) => !val} />

Properties

Last updated