Adding widgets from panel library in streamlit apps

I have been thinking about the power of widgets in adding interactivity to our dashboard applications then it just occurred to me that panel have an interesting array of widgets
My question is:
Can we use panel widgets in our streamlit applications
If yes show me how please ??

For the most part, Streamlit and Panel are alternatives to each other. Streamlit has its own widgets, including many community-created ones in addition to the core offering. What widgets in Panel are you hoping to use that you can’t find in Streamlit?

Well the Togglebuttons and Radiobuttongroups for instance

Streamlit has radio button groups in its core offerings. Is there some missing functionality you need?

Someone did make a toggle switch, too: Streamlit Toggle Switch