RadioButton Deprecated
Deprecated
View source on GitHub
; Opens a new tab
Use RadioButtons when you have a few options that a user can choose from. Never use radio buttons if the user can select more than one option from a list.
The standalone RadioButton is soon to be deprecated, use RadioGroup and RadioGroup.RadioButton instead. View RadioGroup