It’s a little scattered. While you can do the label like that, it might loop somehow.
So, either Carlos’ way or split things and move the label:
*choice
#hair1
*set hair "hair1" (if it has a variable)
*goto eyes
#hair2
etc
*label eyes
text
*choice
#eyes1
*set eyes "eyes1"
*goto paragraph2
#eyes2
etc
*label paragraph2
text
1 Like