setCheckable

open fun setCheckable(checkable: Boolean)(source)

Sets whether this node is checkable.

Note: Cannot be called from an android.accessibilityservice.AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.

Parameters

checkable

True if the node is checkable.

Throws

If called from an AccessibilityService.