© 2026 Hedgehog Software, LLC
CheckboxList::make('cars') ->options( Car::where('is_red', true) ->orderBy('year', 'desc') ->pluck('name', 'id') )
<span style="font-weight: bold;">name<span> - with ID: <span>id</span>
new HtmlString()
->allowHtml()