new RadioGroupItem()
A Radio Group Item object
Methods
isSelected() → {Promise.<boolean>}
Indicates whether the specified radio button is selected in the option group.
Returns:
a promise fulfilled with the indication whether the item is selected or not.
- Type
- Promise.<boolean>