groupWith([component])
Class: RadioButton.
Description:
Adds this RadioButton to the group of another RadioButton, or removes it from its current group.
- Pass another RadioButtonMenuItem to join its group.
- Pass
nullto leave the current group (if any).
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
RadioButton | null |
A RadioButton to join, or |
Returns:
This RadioButton, for chaining.
Type: RadioButton
