Hello,
I have a config file which I pass to the options() function on a checkbox list form component. The labels in the config file contain some line breaks. I need to render the labels as HTML
->allowHtml is not a available method on the Checkboxes List thing, only on a select.
->options(collect(config('accessibilities'))->mapWithKeys(fn ($value, $key) => [$key => new HtmlString($value)]))
this worked