Enable Tooltip for Disabled Switches

My application allows uses daq boolean switches to allow users to define a set of goals and then provides them with templated feedback in a text box. When the goals are in conflict with one another (i.e. mutually exclusive) I disable their respective switches. I would like to use either a tooltip or popover to explain why this is occurring to the end user. Both tooltips and popovers do not function when a switch is disabled. I have tried putting in it’s on div container but this doesn’t work either. Is there anyway to get this functionality in dash? I appreciate any hints to get me going in the right direction!

Hi @wscottsanders

Why don’t you add a html.H4(" ", id=“my_explanation”) near the switch.

Then send a text to it when you want to say something to the user.