How to reduce the distance between checkboxinputs?

For aesthetic reasons, I need to reduce the distance between two checkboxinputs in a sidebar. Do you have any idea how can I make it? I didn't find any options for checkboxes. Also, is it possible to center titles of checkboxes?

dev(checkboxInput(id, label), style = "margin.bottom: -20px; margin.top: -20px;)

It removes 20 px from top and bottom checkbox which means that it reduces distance between two items

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.