Class CoralCheckbox

    • Constructor Detail

      • CoralCheckbox

        public CoralCheckbox​(java.lang.String selector)
        Parameters:
        selector - wrapping on this direct selector.
      • CoralCheckbox

        public CoralCheckbox​(com.codeborne.selenide.SelenideElement parent)
        Parameters:
        parent - element in which the coral-checkbox is found.
      • CoralCheckbox

        public CoralCheckbox​(com.codeborne.selenide.SelenideElement parent,
                             java.lang.String suffix)
        Parameters:
        parent - element in which the coral-checkbox is found.
        suffix - a suffix to the default selector for coral-checkbox.
    • Method Detail

      • isChecked

        public boolean isChecked()
        Returns:
        true if checked is true.
      • isIndeterminate

        public boolean isIndeterminate()
        Returns:
        true if checked is true.
      • setSelected

        public CoralCheckbox setSelected​(boolean selected)