---
title: Kapcsoló
image: /images/user-guide/table-views/table.png
---
```jsx
import { Toggle } from "twenty-ui/input";
export const MyComponent = () => {
return (
console.log('On Change event')}
color="green"
toggleSize = "medium"
/>
);
};
```
| Tulajdonságok | Típus | Leírás | Alapértelmezett |
| ------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------- | --------------- |
| érték | boolean | A kapcsoló jelenlegi állapota | `hamis` |
| onChange | függvény | Callback function triggered when the toggle state changes | |
| szín | string | Color of the toggle when it\ | s blue color |
| kapcsolóméret | string | A kapcsoló mérete, amely befolyásolja mind a magasságot, mind a súlyt. Két lehetőség: `small` és `medium` | közepes |