Gambas/controls/RadioButton
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
Notes
There doesn't seem to be any way to query a set of RadioButtons as to which of them is selected, or even to query a specific RadioButton as to whether it is activated. You have to track this in code by responding to the Click event, which is also triggered when the control's value changes by means other than a mouse-click.