This was on the bug list as being fixed in 2.58.0, but I am using 4.30.2 and if I initially set the slider Disabled to true, enabling it results in the slider being frozen in place even though it appears to be enabled.
if you go ahead clicking on the checkbox, the slider disables correctly, but on the next check the slider looks enabled, but editing is blocked, and an error shows up in the console:
Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: ObjectDisposed_Generic
ObjectDisposed_ObjectName_Name, Microsoft.JSInterop.WebAssembly.WebAssemblyJSObjectReference
System.ObjectDisposedException: ObjectDisposed_Generic
ObjectDisposed_ObjectName_Name, Microsoft.JSInterop.WebAssembly.WebAssemblyJSObjectReference
at Microsoft.JSInterop.Implementation.JSObjectReference.ThrowIfDisposed()
at Microsoft.JSInterop.Implementation.JSObjectReference.InvokeAsync[IJSVoidResult](String , Object )
at Microsoft.JSInterop.JSObjectReferenceExtensions.InvokeVoidAsync(IJSObjectReference , String , Object )
at Radzen.Blazor.RadzenSlider`1.d__16[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()