I'll answer my own question here as it was such a simple solution:
...
<x-jet-label for="email" value="{{ __('Email') }}" class="{{$this->email ? 'active' : ''}}"/>
...
Not sure if this is best practice but it seems to work well.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community