Class Task.CheckItem

    • Constructor Detail

      • CheckItem

        public CheckItem​(String label,
                         boolean isChecked)
        The constructor
        Parameters:
        label - the label
        isChecked - true is the item is check
    • Method Detail

      • getLabel

        public String getLabel()
        Get the label
        Returns:
        the label
      • isChecked

        public boolean isChecked()
        true if the item is checked
        Returns:
        true if the item is checked