7 lines
246 B
Plaintext
7 lines
246 B
Plaintext
|
|
<FormControl sx={{ p: 2, flexDirection: 'row', gap: 2 }}>
|
||
|
|
<Radio overlay defaultChecked />
|
||
|
|
<div>
|
||
|
|
<FormLabel>Selection title</FormLabel>
|
||
|
|
<FormHelperText>One line description maximum lorem ipsum </FormHelperText>
|
||
|
|
</div>
|
||
|
|
</FormControl>
|