The Kendo UI Switch can appear small, especially when using the Bootstrap theme. You can increase its size by setting the size option to "large" when initializing the widget:
$("#switch").kendoSwitch({
size: "large"
});
The Switch also offers additional appearance options, such as trackRounded and thumbRounded, to further customize its look. More details and examples are available in the documentation:
If the Switch still appears too small or you notice inconsistencies with the Bootstrap theme, please provide more details about your environment (such as the Bootstrap version and any custom styles applied). This will help me give you more targeted suggestions.
The fact is that in all previous releases, the switch is bigger with bootstrap theme. Just try the demo to see the difference. Think it's a regression.
Best regards.
Nikolay
Telerik team
commented on 13 Feb 2026, 09:02 AM
Hi Laurent,
This change has been introduced with 2025.3.812 and aims to align with the official Bootstrap Switches guidelines: