Documentation
Switch

Switch

Example

import { Switch } from '@i4o/catalystui'
 
export default () => {
	return <Switch name='test' />
}

Props

NameTypeDefaultDescription
defaultCheckedbooleanfalseDefault on or off
iconReactNodeundefinedIcon to show inside the switch
namestring''Name of the switch field
onCheckedChange(checked: boolean) => voidundefinedCallback when the value changes