Add a compact=True option to the Switch widget #6427
NadimGhaznavi
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
You could add some CSS like this: Switch {
border: none !important;
padding: 0;
}But the problem is that unlike the checkbox, now there's no visual feedback when the switch is focussed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
I prefer making my TUI controls compact.
This is a feature request to add a
compact=Trueoption to theSwitchwidget.I'm currently using a
Checkboxinstead, so that's a solid workaround.Beta Was this translation helpful? Give feedback.
All reactions