---
title: מתג
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"
/>
);
};
```
| תכונות | סוג | תיאור | ברירת מחדל |
| ---------- | ------- | ------------------------------------------------------------------------------------------------------------------------ | ---------- |
| ערך | בוליאני | The current state of the toggle | `שקר` |
| onChange | פונקציה | Callback function triggered when the toggle state changes | |
| צבע | מחרוזת | Color of the toggle when it\ | בצבע כחול |
| toggleSize | string | Size of the toggle, affecting both height and weight. יש שתי אפשרויות: `קטן` ו- `בינוני` | בינוני |