RadioSet horizontal stacking of Radiobuttons #3597
Answered
by
davep
JoeZiminski
asked this question in
Q&A
-
Apologies if I have missed this in the documentation somewhere, is it possible to stack the radiobuttons within a RadioSet horizontally? |
Beta Was this translation helpful? Give feedback.
Answered by
davep
Oct 26, 2023
Replies: 1 comment 1 reply
-
You should find that you can use normal CSS to do that; for example: RadioSet {
layout: horizontal;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
davep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should find that you can use normal CSS to do that; for example: