Contents

accessibilityValue()

Returns the checkbox’s value.

Declaration

func accessibilityValue() -> NSNumber?

Return Value

@YES if checked; otherwise, @NO.

Discussion

This method is the getter for the NSAccessibilityProtocol protocol’s accessibilityValue property.