CheckBox Appearance
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.
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:
smallmediumlarge
The following example demonstrates how to define the size of the CheckBox.
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:
smallmediumlargenone
The following example demonstrates how to customize the roundness the CheckBox.