Hi there,
I am using the dash bootstrap component Checklist, and I am wondering if it is possible to:
- make the switch smaller
- change the font size of the text, i.e. make it smaller
dbc.Checklist(id='Checklist_switch',
options=[{'label': 'On','value': 'switch_is_on'},],
value=[],
switch=True,
),
maybe with ‘className’ or ‘style’ ?
Thanks!