dcc.Tooltip under dcc.Checklist

i want to use dcc.Tooltip under dcc.checklist, how can i do that?

dbc.Col([dcc.Checklist(options=[{“label”:“Is Entity”,“value”:“Is Entity”}], id={“goLiveIsEntity”: str(id)}, inline=True)],

i want to add a tooltip ‘Entity Checked’ when i hover ‘Is Entity’ Checklist
how can i do that?Please respond

Hey @Alex009 welcome to the forums.

Are you referring to something like that? The dbc.Tooltip() is used to show some text on hover over a dbc.Button()