Seeking to customize the visual appearance of the label for a PrimeNG checkbox element:
<div class="ui-g-7">
<p-checkbox name="group1" value="Los Angeles" label="Los Angeles" [(ngModel)]="selectedCities" inputId="la">
</p-checkbox>
</div>
Although the labelStyleClass
attribute is mentioned in the documentation as the Style class of the label, I encountered difficulties in utilizing it. Any suggestions to get it working?