Hi all,
I've added a tooltip to a checkbox as described here, but I'd like to now update the value of `data-qtip` based on different conditions. While I can get the component and replace the `autoEl` to set a new `data-qtip` attribute, this obviously isn't a setter-method and it won't automatically update the DOM when the value changes. Any suggestions?
Thanks in advance.