I am using dcc.Checklist and i want a tooltip to this Checklist Text, 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