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

Customizing Radio

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-radio-radiusNumber50%50%
Description
The border radius of the RadioButton.
$kendo-radio-border-widthNumber2px2px
Description
The border width of the RadioButton.
$kendo-radio-sm-sizeNumberk-map-get( $kendo-spacing, 3 )12px
Description
The size of a small RadioButton.
$kendo-radio-md-sizeNumberk-map-get( $kendo-spacing, 4 )16px
Description
The size of a medium RadioButton.
$kendo-radio-lg-sizeNumberk-map-get( $kendo-spacing, 5 )20px
Description
The size of a large RadioButton.
$kendo-radio-sm-glyph-sizeNumberk-map-get( $kendo-spacing, 2.5 )10px
Description
The glyph size of a small RadioButton.
$kendo-radio-md-glyph-sizeNumberk-map-get( $kendo-spacing, 3.5 )14px
Description
The glyph size of a medium RadioButton.
$kendo-radio-lg-glyph-sizeNumberk-map-get( $kendo-spacing, 4.5 )18px
Description
The glyph size of a large RadioButton.
$kendo-radio-sm-ripple-sizeNumber300%300%
Description
The ripple size of a small RadioButton.
$kendo-radio-md-ripple-sizeNumber300%300%
Description
The ripple size of a medium RadioButton.
$kendo-radio-lg-ripple-sizeNumber300%300%
Description
The ripple size of a large RadioButton.
$kendo-radio-sizesMap( sm: ( size: $kendo-radio-sm-size, glyph-size: $kendo-radio-sm-glyph-size, ripple-size: $kendo-radio-sm-ripple-size ), md: ( size: $kendo-radio-md-size, glyph-size: $kendo-radio-md-glyph-size, ripple-size: $kendo-radio-md-ripple-size ), lg: ( size: $kendo-radio-lg-size, glyph-size: $kendo-radio-lg-glyph-size, ripple-size: $kendo-radio-lg-ripple-size ) )(sm: (size: 12px, glyph-size: 10px, ripple-size: 300%), md: (size: 16px, glyph-size: 14px, ripple-size: 300%), lg: (size: 20px, glyph-size: 18px, ripple-size: 300%))
Description
The map with the different RadioButton sizes.
$kendo-radio-bgNull$kendo-checkbox-bgnull
Description
The background color of the RadioButton.
$kendo-radio-textNull$kendo-checkbox-textnull
Description
The color of the RadioButton.
$kendo-radio-borderColor$kendo-checkbox-borderrgba(0, 0, 0, 0.54)
Description
The border color of the RadioButton.
$kendo-radio-hover-bgNullnullnull
Description
The background color of the hovered RadioButton.
$kendo-radio-hover-textNullnullnull
Description
The color of the hovered RadioButton.
$kendo-radio-hover-borderNullnullnull
Description
The border color of the hovered RadioButton.
$kendo-radio-checked-bgNullnullnull
Description
The background color of the checked RadioButton.
$kendo-radio-checked-textColor$kendo-color-primary#3f51b5
Description
The color of the checked RadioButton.
$kendo-radio-checked-borderColor$kendo-radio-checked-text#3f51b5
Description
The border color of the checked RadioButton.
$kendo-radio-focus-borderNull$kendo-checkbox-focus-bordernull
Description
The border color of the focused RadioButton.
$kendo-radio-focus-shadowNull$kendo-checkbox-focus-shadownull
Description
The box shadow of the focused RadioButton.
$kendo-radio-focus-checked-borderNull$kendo-checkbox-focus-checked-bordernull
Description
The border color of the focused and checked RadioButton.
$kendo-radio-focus-checked-shadowNull$kendo-checkbox-focus-checked-shadownull
Description
The box shadow of the focused and checked RadioButton.
$kendo-radio-disabled-bgNullnullnull
Description
The background color of the disabled RadioButton.
$kendo-radio-disabled-textNullnullnull
Description
The color of the disabled RadioButton.
$kendo-radio-disabled-borderColor$kendo-checkbox-disabled-border#adadad
Description
The border color of the disabled RadioButton.
$kendo-radio-disabled-checked-bgNullnullnull
Description
The background color of the disabled and checked RadioButton.
$kendo-radio-disabled-checked-textColor$kendo-radio-disabled-border#adadad
Description
The color of the disabled and checked RadioButton.
$kendo-radio-disabled-checked-borderColor$kendo-radio-disabled-border#adadad
Description
The border color of disabled and checked RadioButton.
$kendo-radio-invalid-bgNull$kendo-checkbox-invalid-bgnull
Description
The background color of the invalid RadioButton.
$kendo-radio-invalid-textColor$kendo-checkbox-invalid-text#f31700
Description
The color of the invalid RadioButton.
$kendo-radio-invalid-borderColor$kendo-checkbox-invalid-border#f31700
Description
The border color of the invalid RadioButton.
$kendo-radio-indicator-typeStringimageimage
Description
The type of the RadioButton indicator.
$kendo-radio-glyph-font-familyList"WebComponentsIcons", monospace"WebComponentsIcons", monospace
Description
The font family of the RadioButton indicator glyph.
$kendo-radio-checked-glyphString"\e308""\e308"
Description
The glyph of the RadioButton indicator.
$kendo-radio-checked-imageStringk-escape-svg( url("data:image/svg+xml,") )url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='%233f51b5'/%3e%3c/svg%3e")
Description
The image of the checked RadioButton indicator.
$kendo-radio-disabled-checked-imageStringk-escape-svg( url("data:image/svg+xml,") )url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='%23adadad'/%3e%3c/svg%3e")
Description
The image of the disabled and checked RadioButton indicator.
$kendo-radio-label-margin-xNumberk-map-get( $kendo-spacing, 1 )4px
Description
The horizontal margin of the RadioButton inside of a label.
$kendo-radio-list-spacingNumberk-map-get( $kendo-spacing, 4 )16px
Description
The horizontal list item margin of the RadioButton.
$kendo-radio-list-item-padding-xNumber0px0px
Description
The horizontal list item padding of the RadioButton.
$kendo-radio-list-item-padding-yNumber$kendo-list-md-item-padding-y8px
Description
The vertical list item padding of the RadioButton.
$kendo-radio-ripple-bgColor$kendo-color-primary#3f51b5
Description
The background color of the RadioButton ripple..
$kendo-radio-ripple-opacityNumber.20.2
Description
The opacity of the RadioButton ripple.

In this article

Not finding the help you need?