Here is the toggle button I want to put on my page
I didn't find any material-ui component/api to implement it. Should I build a custom toggle button with css?
You could use the Material UI Toggle button and override the styles but that will probably be more work than it is worth. If it were me I would just do it custom.