RadioGroupItem

Oracle. RadioGroupItem

A Radio Group Item object

Constructor

new RadioGroupItem()

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>