New to Kendo UI for Angular? Start a free 30-day trial

CheckBox Appearance

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

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

Example
View Source
Change Theme:

Size

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

The size option supports the following values:

  • small—Sets the width and height of the CheckBox to 12px.
  • medium (default)—Sets the width and height of the CheckBox to 16px.
  • large—Sets the width and height of the CheckBox to 24px.
  • none—The none option removes the built-in sizing of the CheckBox. Allows for custom width and height.

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

Example
View Source
Change Theme:

Roundness

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

The rounded option supports the following values:

  • small—Sets the border radius of the CheckBox to 1px.
  • medium (default)—Sets the border radius of the CheckBox to 2px.
  • large—Sets the border radius of the CheckBox to 4px.
  • none—The none option removes the built-in roundness of the CheckBox. Allows for custom border radius.

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

Example
View Source
Change Theme:

In this article

Not finding the help you need?