ToggleButtonProps
Represents the props of the KendoReact Toggle Button component.
Name | Type | Default | Description |
---|---|---|---|
disabled? |
|
Specifies if the Button is disabled (see example). Defaults to | |
endIcon? |
|
Sets an SVG icon or custom element after the content of the Button. For the custom component, we recommend using Phrasing content but there must be no Interactive content. | |
fillMode? |
|
|
Configures the The available options are:
|
icon? |
|
Defines the name for an existing icon in a KendoReact theme (see example). The icon is rendered inside the Button by a | |
iconClass? |
|
Defines a CSS class—or multiple classes separated by spaces—which are applied to a | |
imageAlt? |
|
Defines the alternative text of the image rendered inside the Button component. | |
imageUrl? |
|
Defines a URL which is used as an | |
rounded? |
|
|
Configures the The available options are:
|
selected? |
|
Sets the selected state of the Button. Can be used for controlled state. | |
size? |
|
|
Configures the The available options are:
|
startIcon? |
|
Sets an SVG icon or custom element before the content of the Button. For the custom component, we recommend using Phrasing content but there must be no Interactive content. | |
svgIcon? |
| ||
themeColor? |
|
|
Configures the The available options are:
|
title? |
|
Sets the title htmlAttribute of the Button. | |
togglable? |
|
Provides visual styling that indicates if the Button is selected (see example). Defaults to |