Implementation of the order comments in the Rapidez checkout.
composer require rapidez/boldcommerce-order-comments
Add the a textarea to your views in the checkout:
<x-rapidez::textarea v-model="checkout.comment" name="comment" />
To display the order comment, usually in the checkout, you can use:
@{{ $root.checkout.comment }}