Struggling to find a solution for aligning a form label (with a tooltip) in the same row as the radio group. I am using the example from the documentation available at: https://codesandbox.io/embed/rowradiobuttonsgroup-material-demo-forked-v155b?fontsize=14&hidenavigation=1&theme=dark
What I'm aiming for is shown here: https://i.sstatic.net/4IH4W.png
If anyone has an idea on how to achieve this, any help would be greatly appreciated. I have tried using sx props with flex-direction set to row and display inline, but so far, no luck.
This is the code snippet I'm attempting to use for the form label:
<FormLabel
component="legend"
sx={{
marginBottom:{ sm:'4px' },
textAlign: { sm:'left'},
clear: { sm:'both'},
float: {sm: 'left'},
marginRight: { sm:'20px'},
marginLeft: {sm:'10px'},}}
>