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

Customizing Radio

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-radio-border-radiusNumber50%50%
Description
Border radius of radio button.
$kendo-radio-border-widthNumber1px1px
Description
Border width of radio.
$kendo-radio-bgColor$kendo-component-bg#ffffff
Description
Background color of radio.
$kendo-radio-textNullnullnull
Description
Color of radio.
$kendo-radio-borderColor$kendo-component-border#ededed
Description
Border color of radio.
$kendo-radio-hover-bgNullnullnull
Description
Background color of hovered radio.
$kendo-radio-hover-textNullnullnull
Description
Color of hovered radio.
$kendo-radio-hover-borderNullnullnull
Description
Border color of hovered radio.
$kendo-radio-focus-borderNullnullnull
Description
Border color of focused radio.
$kendo-radio-focus-shadowNullnullnull
Description
Box shadow of focused radio.
$kendo-radio-focus-outlineNullnullnull
Description
The outline of a focused radio.
$kendo-radio-checked-bgColor$kendo-color-primary#622331
Description
Background color of checked radio.
$kendo-radio-checked-textColork-contrast-color( $kendo-radio-checked-bg )white
Description
Color of checked radio.
$kendo-radio-checked-borderColor$kendo-radio-checked-bg#622331
Description
Border color of checked radio.
$kendo-radio-hover-checked-bgNullnullnull
Description
Background of hovered and checked radio.
$kendo-radio-hover-checked-textNullnullnull
Description
Color of checked radio.
$kendo-radio-hover-checked-borderNullnullnull
Description
Border of hovered and checked radio.
$kendo-radio-disabled-bgNullnullnull
Description
Background color of disabled radio.
$kendo-radio-disabled-textNullnullnull
Description
Color of disabled radio.
$kendo-radio-disabled-borderNullnullnull
Description
Border color of disabled radio.
$kendo-radio-disabled-checked-bgNullnullnull
Description
Background color of disabled and checked radio.
$kendo-radio-disabled-checked-textNullnullnull
Description
Color of disabled and checked radio.
$kendo-radio-disabled-checked-borderNullnullnull
Description
Border color of disabled and checked radio.
$kendo-radio-invalid-bgColor$kendo-radio-bg#ffffff
Description
Background color of invalid radio.
$kendo-radio-invalid-textColor$kendo-invalid-text#cf222e
Description
Color of invalid radio.
$kendo-radio-invalid-borderColor$kendo-invalid-border#cf222e
Description
Border color of invalid radio.
$kendo-radio-indicator-typeStringpseudopseudo
Description
Type of radio indicator.
$kendo-radio-indicator-border-radiusNumber50%50%
Description
Border radius radio button indicator.
$kendo-radio-glyph-font-familyList"WebComponentsIcons", monospace"WebComponentsIcons", monospace
Description
Glyph font family of radio indicator.
$kendo-radio-checked-glyphString"\e308""\e308"
Description
Glyph of radio indicator.
$kendo-radio-imageNullnullnull
Description
Image of radio indicator.
$kendo-radio-hover-imageNullnullnull
Description
Image of hovered radio indicator.
$kendo-radio-checked-imageNullnullnull
Description
Image of checked radio indicator.
$kendo-radio-hover-checked-imageNullnullnull
Description
Image of hovered and checked radio indicator.
$kendo-radio-disabled-checked-imageNullnullnull
Description
Image of checked radio indicator.
$kendo-radio-list-spacingNumberk-map-get( $kendo-spacing, 4 )1rem
Description
Spacing between items of horizontal radio list.
$kendo-radio-list-item-padding-xNullnullnull
Description
Horizontal padding of radio list items.
$kendo-radio-list-item-padding-yNullnullnull
Description
Vertical padding of radio list items.
$kendo-radio-list-item-spacingNullnullnull
Description
Spacing between radio and text.
$kendo-radio-ripple-bgColor$kendo-color-primary#622331
Description
Background color of radio ripple.
$kendo-radio-ripple-opacityNumber.250.25
Description
Opacity of radio ripple.

In this article

Not finding the help you need?