How to modify Toggle so I can add a link
I want the text "the privacy policy" to be a hyperlink. How can i achieve it?
(I was trying:
)
(I was trying:
)

Forms\Components\Toggle::make('accepts_privacy_policy')
->label(__('I accept the privacy policy')) // ->state(function () {
// return new HtmlString(
// '<a href="#">test</a>'
// );
// })