Custom color on checkbox option

need to target the span class
image.png
Solution
->label(new HtmlString('<span class="text-sm font-medium leading-4 text-danger-700">LABEL STRING</span>'))
Was this page helpful?