The dcc.RadioItems element has a ‘labelClassName’ attribute as well as a ‘labelCheckedClassName’ attribute so you can change the CSS for the label of an item that’s checked vs one that’s unchecked.
Does the dcc.Checklist element have a similar functionality? I would like to change the label of the checklist item on the check of a box but cant find an attribute or even hard code this through CSS.