accessibilityValue()
Returns the radio button’s value.
Declaration
func accessibilityValue() -> NSNumber?Return Value
@YES if selected; otherwise, @NO.
Discussion
This method is the getter for the NSAccessibilityProtocol protocol’s accessibilityValue property.