Tooltip for form components

How to add tooltip for form components like Checkbox, Radio, Toggle etc.,
1 Reply
Patrick Boivin
The simplest solution is probably the title attribute
->extraAttributes(['title' => ...])
->extraAttributes(['title' => ...])

Did you find this page helpful?