Usage
import { Switch } from '@loomhq/lens'
<Switch />
States
- Use
isActive
to enable the Switch. - Use
isDisabled
to disable the Switch.
With label
Props
name
type
default
isActive
boolean
isDisabled
boolean
onChange
React.ReactEventHandler
import { Switch } from '@loomhq/lens'
<Switch />
isActive
to enable the Switch.isDisabled
to disable the Switch.