Is there any way to modify element provided by unity?

Hi

I ran into a problem while using the ui toolkit.
I want to change an element of the library provided by Unity ex)Slider(Int)
It is blocked so that sub-elements cannot be changed.

Is there any way to change these elements?

Just derive from the type and add the extra functionality you need.