New to Kendo UI for Angular? Start a free 30-day trial
Disabled RadioButton
You can control the enabled state of the Kendo UI for Angular RadioButton at runtime.
To disable user interaction with the component, set the disabled
property of the RadioButton component to true
or use the disabled
attribute in case you use the native HTML input
element.
Change Theme
Theme
Loading ...
RadioButton Disabled State in Reactive Forms
To learn how to disable the component in reactive forms, refer to the Forms Support article.