Interface CheckboxRole

    • Method Detail

      • getAriaCheckedState

        java.lang.String getAriaCheckedState​(Element element)
        Returns the value of the aria-checked attribute for the element or "" if no such attribute is present.
      • removeAriaCheckedState

        void removeAriaCheckedState​(Element element)
        Removes the aria-checked attribute from the element.