getCheckBoxState method

bool getCheckBoxState(
  1. String nodeKey,
  2. String itemName
)

Implementation

bool getCheckBoxState(String nodeKey, String itemName) =>
    obj.getCheckBoxState(nodeKey, itemName);