RadioList ignores setDisabled() for whole control. It's works only when this method contains all options listed in argument $value.
This is not expected behavior for method signature:
/**
* Disables or enables control or items.
*/
public function setDisabled(bool|array $value = true): static
{
}
RadioListignoressetDisabled()for whole control. It's works only when this method contains all options listed in argument$value.This is not expected behavior for method signature: