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

CheckBoxDirective

Represents the directive that renders the Kendo UI CheckBox input component. The directive is placed on input type="checkbox" elements.

ts
<input type="checkbox" kendoCheckBox />

Selector

input[kendoCheckBox]

Inputs

NameTypeDefaultDescription

rounded

CheckBoxRounded

The rounded property specifies the border radius of the CheckBox (see example).

The possible values are:

  • small
  • medium (default)
  • large
  • none

size

InputSize

The size property specifies the width and height of the CheckBox (see example).

The possible values are:

  • small
  • medium (default)
  • large
  • none
In this article
SelectorInputs
Not finding the help you need?
Contact Support