Is it possible to enable particular component during view?

I have tried to do disabled(false) but the component remains disabled. Is it possible to override this in a view?

   Forms\Components\Toggle::make('delivered')
     ->disableLabel()
     ->disabled(false)
Was this page helpful?