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
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