co-toggle-button
Ver código
<co-toggle-button label="Ejemplo"></co-toggle-button> Props
| Prop | Atributo | Tipo | Default | Descripción |
|---|---|---|---|---|
disabled | disabled | boolean | false | |
iconLeft | icon-left | string | undefined | — | |
iconRight | icon-right | string | undefined | — | |
label | label | string | undefined | — | |
selected | selected | boolean | false | |
size | size | "l" | "m" | "s" | "xs" | 'm' | |
value | value | string | '' |
Eventos
| Evento | Detail | Bubbles | Cancelable | Descripción |
|---|---|---|---|---|
coToggle | { value: string; selected: boolean; } | ✓ | ✓ |
Slots
Este componente no expone slots.
CSS Parts
Este componente no expone CSS parts.
CSS Custom Properties
Este componente no expone CSS custom properties.