|
Button Group |
Top Previous Next |
|
Button Group is a special non-renderable component that logically join several Radio Buttons or Toggle Buttons in order to bind them to a single value in the data model (e.g the field of a variable). A button group is a special type of component -- It's not visually shown in the widget layout. Button Groups are used for logical grouping, rather than visual. To create a visual group of radio buttons, you should still create a Panel or a similar container to hold several radio buttons and set it off from the surrounding components with a border. Click here to see how to create bindings for button groups. Button Group Properties Bindings This property shows a list of bindings related to the button group. Additional info can be found here. Property name: bindings Property type: Data Table Name of selected component Name of the Radio Button or Toggle Button that is selected (pressed). Property name: selectedButton Property type: String
|