I would like to create a multiline checkbox with ipyvuetify:
v.Col(children=[vue.Checkbox(label='UNO'),vue.Checkbox(label='DOS'),vue.Checkbox(label='TRES'),vue.Checkbox(label='CUATRO')])
The result is as follows:
How do I modify the component in order to get the checkboxes lines closer to each other?
thanks