You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to have a radio_box with 2 options, but by default none of them are clicked?
As soon as you click one, you obviously can't "unclick" it again, only by code. dpg.add_radio_button(["A", "B"], default_value=None, horizontal=True)
It should look smth like this (without the left to right A, i know that's not possible and it's also not important)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to have a radio_box with 2 options, but by default none of them are clicked?
As soon as you click one, you obviously can't "unclick" it again, only by code.
dpg.add_radio_button(["A", "B"], default_value=None, horizontal=True)
It should look smth like this (without the left to right A, i know that's not possible and it's also not important)
Beta Was this translation helpful? Give feedback.
All reactions