---
title: Cambiar
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"
/>
);
};
```
| "Props" | Tipo | Descripción | Predeterminado |
| --------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------- | -------------- |
| valor | booleano | The current state of the toggle | `falso` |
| "onChange" | "función" | Callback function triggered when the toggle state changes | |
| color | "cadena" | Color of the toggle when it\ | s blue color |
| tamañoConmutado | "cadena" | Size of the toggle, affecting both height and weight. Tiene dos opciones: `pequeño` y `mediano` | mediano |