New to Kendo UI for Angular? Start a free 30-day trial
RadioButton Appearance
The RadioButton provides predefined sizing options.
Size
The RadioButton allows you to customize its width
and height
. To achieve this utilize the size
property. It accepts values of type InputSize
or none
.
The size
option supports the following values:
small
—Sets thewidth
andheight
of the RadioButton to12px
.medium
(default)—Sets thewidth
andheight
of the RadioButton to16px
.large
—Sets thewidth
andheight
of the RadioButton to24px
.none
—The none option removes the built-in sizing of the RadioButton. Allows for customwidth
andheight
.
The following example demonstrates how to define the size of the RadioButton.
Change Theme
Theme
Loading ...