Checkbox

Checkboxes indicate non-binary choices or allow users to select one or more options from a multiple-choice list.

Sass Variables

The Telerik and Kendo UI CheckBox enables you to configure and customize its appearance through the available Sass variables.

VariableDefault ValueComputed ValueValue
kendo-checkbox-border-width1px1pxDefault: 1pxComputed: 1px
Description: The border width of the CheckBox.
kendo-checkbox-sm-sizek-spacing(3)var(--kendo-spacing-3, 0.75rem)Default: k-spacing(3)Computed: var(--kendo-spacing-3, 0.75rem)
Description: The size of a small CheckBox.
kendo-checkbox-md-sizek-spacing(4)var(--kendo-spacing-4, 1rem)Default: k-spacing(4)Computed: var(--kendo-spacing-4, 1rem)
Description: The size of a medium CheckBox.
kendo-checkbox-lg-sizek-spacing(5)var(--kendo-spacing-5, 1.25rem)Default: k-spacing(5)Computed: var(--kendo-spacing-5, 1.25rem)
Description: The size of a large CheckBox.
kendo-checkbox-sm-glyph-sizek-spacing(2.5)var(--kendo-spacing-2\.5, 0.625rem)Default: k-spacing(2.5)Computed: var(--kendo-spacing-2\.5, 0.625rem)
Description: The glyph size of a small CheckBox.
kendo-checkbox-md-glyph-sizek-spacing(3.5)var(--kendo-spacing-3\.5, 0.875rem)Default: k-spacing(3.5)Computed: var(--kendo-spacing-3\.5, 0.875rem)
Description: The glyph size of a medium CheckBox.
kendo-checkbox-lg-glyph-sizek-spacing(4.5)var(--kendo-spacing-4\.5, 1.125rem)Default: k-spacing(4.5)Computed: var(--kendo-spacing-4\.5, 1.125rem)
Description: The glyph size of a large CheckBox.
kendo-checkbox-sm-ripple-size300%300%Default: 300%Computed: 300%
Description: The ripple size of a small CheckBox.
kendo-checkbox-md-ripple-size300%300%Default: 300%Computed: 300%
Description: The ripple size of a medium CheckBox.
kendo-checkbox-lg-ripple-size300%300%Default: 300%Computed: 300%
Description: The ripple size of a large CheckBox.
kendo-checkbox-bg$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)Default: $kendo-component-bgComputed: var(--kendo-color-surface-alt, #ffffff)
Description: The background color of the CheckBox.
kendo-checkbox-textnullnullDefault: nullComputed: null
Description: The text color of the CheckBox.
kendo-checkbox-border$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))Default: $kendo-component-borderComputed: var(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description: The border color of the CheckBox.
kendo-checkbox-hover-bgnullnullDefault: nullComputed: null
Description: The background color of the hovered CheckBox.
kendo-checkbox-hover-textnullnullDefault: nullComputed: null
Description: The text color of the hovered CheckBox.
kendo-checkbox-hover-bordernullnullDefault: nullComputed: null
Description: The border color of the hovered CheckBox.
kendo-checkbox-checked-bg$kendo-color-primaryvar(--kendo-color-primary, #ff6358)Default: $kendo-color-primaryComputed: var(--kendo-color-primary, #ff6358)
Description: The background color of the checked CheckBox.
kendo-checkbox-checked-textif($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-checkbox-checked-bg ))var(--kendo-color-on-primary, #ffffff)Default: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-checkbox-checked-bg ))Computed: var(--kendo-color-on-primary, #ffffff)
Description: The text color of the checked CheckBox.
kendo-checkbox-checked-border$kendo-checkbox-checked-bgvar(--kendo-color-primary, #ff6358)Default: $kendo-checkbox-checked-bgComputed: var(--kendo-color-primary, #ff6358)
Description: The border color of the checked CheckBox.
kendo-checkbox-indeterminate-bg$kendo-checkbox-bgvar(--kendo-color-surface-alt, #ffffff)Default: $kendo-checkbox-bgComputed: var(--kendo-color-surface-alt, #ffffff)
Description: The background color of the indeterminate CheckBox.
kendo-checkbox-indeterminate-text$kendo-checkbox-checked-bgvar(--kendo-color-primary, #ff6358)Default: $kendo-checkbox-checked-bgComputed: var(--kendo-color-primary, #ff6358)
Description: The text color of the indeterminate CheckBox.
kendo-checkbox-indeterminate-border$kendo-checkbox-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))Default: $kendo-checkbox-borderComputed: var(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description: The border color of the indeterminate CheckBox.
kendo-checkbox-focus-bordernullnullDefault: nullComputed: null
Description: The border color of the focused CheckBox.
kendo-checkbox-focus-shadow0 0 0 2px rgba(0, 0, 0, .06)0 0 0 2px rgba(0, 0, 0, 0.06)Default: 0 0 0 2px rgba(0, 0, 0, .06)Computed: 0 0 0 2px rgba(0, 0, 0, 0.06)
Description: The box shadow of the focused CheckBox.
kendo-checkbox-focus-checked-bordernullnullDefault: nullComputed: null
Description: The border color of the focused and checked CheckBox.
kendo-checkbox-focus-checked-shadow0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 30%, transparent), rgba( $kendo-color-primary, .3 ))0 0 0 2px color-mix(in srgb, var(--kendo-color-primary, #ff6358) 30%, transparent)Default: 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 30%, transparent), rgba( $kendo-color-primary, .3 ))Computed: 0 0 0 2px color-mix(in srgb, var(--kendo-color-primary, #ff6358) 30%, transparent)
Description: The box shadow of the focused and checked CheckBox.
kendo-checkbox-disabled-bgnullnullDefault: nullComputed: null
Description: The background color of the disabled CheckBox.
kendo-checkbox-disabled-textnullnullDefault: nullComputed: null
Description: The text color of the disabled CheckBox.
kendo-checkbox-disabled-bordernullnullDefault: nullComputed: null
Description: The border color of the disabled CheckBox.
kendo-checkbox-disabled-checked-bgnullnullDefault: nullComputed: null
Description: The background color of the disabled and checked CheckBox.
kendo-checkbox-disabled-checked-textnullnullDefault: nullComputed: null
Description: The text color of the disabled and checked CheckBox.
kendo-checkbox-disabled-checked-bordernullnullDefault: nullComputed: null
Description: The border color of the disabled and checked CheckBox.
kendo-checkbox-invalid-bgnullnullDefault: nullComputed: null
Description: The background color of an invalid CheckBox.
kendo-checkbox-invalid-text$kendo-invalid-textvar(--kendo-color-error, #f31700)Default: $kendo-invalid-textComputed: var(--kendo-color-error, #f31700)
Description: The text color of an invalid CheckBox.
kendo-checkbox-invalid-border$kendo-invalid-bordervar(--kendo-color-error, #f31700)Default: $kendo-invalid-borderComputed: var(--kendo-color-error, #f31700)
Description: The border color of an invalid CheckBox.
kendo-checkbox-indicator-typeimageimageDefault: imageComputed: image
Description: The type of the CheckBox indicator.
kendo-checkbox-glyph-font-family"WebComponentsIcons", monospace"WebComponentsIcons", monospaceDefault: "WebComponentsIcons", monospaceComputed: "WebComponentsIcons", monospace
Description: The font family of the CheckBox indicator glyph.
kendo-checkbox-checked-glyph"\e118""\e118"Default: "\e118"Computed: "\e118"
Description: The glyph of the CheckBox indicator.
kendo-checkbox-indeterminate-glyph"\e121""\e121"Default: "\e121"Computed: "\e121"
Description: The glyph of the indeterminate CheckBox indicator.
kendo-checkbox-checked-imagek-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$kendo-checkbox-checked-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>") )url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='var%28--kendo-color-on-primary, %23ffffff%29' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e")Default: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$kendo-checkbox-checked-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>") )Computed: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='var%28--kendo-color-on-primary, %23ffffff%29' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e")
Description: The image for a checked CheckBox indicator.
kendo-checkbox-indeterminate-imagek-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$kendo-checkbox-indeterminate-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M4,8 h8'/></svg>") )url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='var%28--kendo-color-primary, %23ff6358%29' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M4,8 h8'/%3e%3c/svg%3e")Default: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$kendo-checkbox-indeterminate-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M4,8 h8'/></svg>") )Computed: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='var%28--kendo-color-primary, %23ff6358%29' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M4,8 h8'/%3e%3c/svg%3e")
Description: The image for a indeterminate CheckBox indicator.
kendo-checkbox-label-margin-xk-spacing(1)var(--kendo-spacing-1, 0.25rem)Default: k-spacing(1)Computed: var(--kendo-spacing-1, 0.25rem)
Description: The horizontal margin of the CheckBox inside a label.
kendo-checkbox-list-spacingk-spacing(4)var(--kendo-spacing-4, 1rem)Default: k-spacing(4)Computed: var(--kendo-spacing-4, 1rem)
Description: The spacing between the items in a horizontal CheckBox list.
kendo-checkbox-list-item-padding-xk-spacing(0)var(--kendo-spacing-0, 0px)Default: k-spacing(0)Computed: var(--kendo-spacing-0, 0px)
Description: The horizontal padding of the CheckBox list items.
kendo-checkbox-list-item-padding-y$kendo-list-md-item-padding-yvar(--kendo-spacing-1, 0.25rem)Default: $kendo-list-md-item-padding-yComputed: var(--kendo-spacing-1, 0.25rem)
Description: The vertical padding of the CheckBox list items.
kendo-checkbox-ripple-bg$kendo-checkbox-checked-bgvar(--kendo-color-primary, #ff6358)Default: $kendo-checkbox-checked-bgComputed: var(--kendo-color-primary, #ff6358)
Description: The background color of the CheckBox' ripple.
kendo-checkbox-ripple-opacity.250.25Default: .25Computed: 0.25
Description: The opacity of the CheckBox' ripple.