I'm just getting started in Shiny and am puzzled by the large sizes of various elements, in this case the size of default fonts and check boxes in a check box group. With an individual check box, I can modify these by preceding the checkboxInput with a tags$style, such as in
However, this approach doesn't work in a check box (or radio button) group as the height parameter seems to control the height of each item in the group but not the size of the actual check box. Clearly I'm not understanding something. Is there a way to do this? Can anyone shed some light on this?