Radio button interface. Can be used to implement radio button style behavior on almost any component that implements this interface.
If the radio button is pressed, then it sets to unpressed. Does nothing otherwise.
Sets the radio button into its pressed state.
Sets the group of the radio button.
Returns the current state of the radio button. True: Pressed. False: Unpressed.
See Implementation
Radio button interface. Can be used to implement radio button style behavior on almost any component that implements this interface.