New to Kendo UI for AngularStart a free 30-day trial

CheckBox Appearance

Updated on Feb 6, 2026

The CheckBox provides predefined appearance options such as different sizes and border radiuses.

Since version 22.1.0, default values of the appearance properties are no longer hardcoded in the component. The default values are inherited from the Kendo theme.

For more information, refer to the Design System documentation.

The following example demonstrates all available appearance options of the CheckBox in action.

Change Theme
Theme
Loading ...

Size

The CheckBox allows you to customize its width and height. To achieve this utilize the size property. It accepts values of type InputSize.

The size option supports the following values:

  • small
  • medium
  • large

The following example demonstrates how to define the size of the CheckBox.

Change Theme
Theme
Loading ...

Roundness

The CheckBox enables you to customize its border radius. To achieve this utilize the rounded property, which accepts values of type CheckBoxRounded.

The rounded option supports the following values:

  • small
  • medium
  • large
  • none

The following example demonstrates how to customize the roundness the CheckBox.

Change Theme
Theme
Loading ...
In this article
SizeRoundnessSuggested Links
Not finding the help you need?
Contact Support