Does setting textLayout to false stop text emails from being sent?

Been reading up on sending emails via Yii and noticed this one:

textLayout - a boolean false: the layout is disabled.

I assume this just means it won’t use any layout but text emails will still be sent, a layout just won’t be used?

Correct, emails will still be sent

Thank you!