const classafBounce::RadioButton

sys::Obj
  afBounce::Element
    afBounce::RadioButton

(HTML Element) Represents a form <input> of type radio.

checked

Source

Bool checked

Gets and sets the checked attribute. If setting to true, all other options are set to false.

disabled

Source

Bool disabled

Gets and sets the disabled attribute.

enabled

Source

Bool enabled

Gets and sets the disabled attribute (inverted).

makeFromCss

Source

new makeFromCss(Str cssSelector)

name

Source

Str? name()

Returns the name attribute.

value

Source

Str value

Gets and sets the value attribute.

verifyChecked

Source

Void verifyChecked()

Verify the option is checked.

verifyNotChecked

Source

Void verifyNotChecked()

Verify the option is NOT checked.

verifyValueEq

Source

Void verifyValueEq(Obj expected)

Verify that the hidden element has the given value.