| Search Locate Previous Next | Contents |
Description
This makes a group of radio buttons captioned at the group level (may contain &Accelerators). You can have this watch/update an index value (singleton) or a boolean vector of button states, which will only ever have one bit set.
Labels is a matrix of button captions where the shape sets the layout of the group. A vector is treated as a one-column matrix, giving a vertical arrangement.
The buttons are spaced out evenly within the object size. The keyboard arrows can be used to switch between them.
Class Property Table
| Name | Type | Default | Description |
| Hint | String | ||
| Style | ManyOf | ||
| Index | User | Index variable (selected index) | |
| States | User | Boolean vector (button states) | |
| Labels | Runtime | Labels List (button labels) | |
| Visible | Runtime | Boolean singleton | |
| Active | Runtime | Boolean singleton |