sactyr

Results 5 comments of sactyr

That is not a problem. that is a toggle to enable/disable popovers and tooltips. Check the documentation for `dashboardPage`, look for the argument `help`. You can turn off using this:...

@candidosobrinhosa I am looking for the same and I managed to add a custom toggle using this code, but it looks fugly: ``` dashboardHeader( disable = FALSE ,rightUi = tags$li(...

ok so with my limited css knowledge I managed to align and make it a bit nicer, but `prettySwitch` is still a bit bigger than the other two toggles. If...

@DivadNojnarg That is awesome thanks! I think the `checked` argument is not being called within the `switch_input` function, and I couldn't see from the[ Bootstrap 4 switches doco](https://getbootstrap.com/docs/4.2/components/forms/#switches) how it...

I have generalised @DivadNojnarg's `switch_input` function to accept other types of custom control inputs from Bootstrap 4, such as checkbox and radio. These seems to only work for one input...