getCheckBoxState method

  1. @override
bool getCheckBoxState(
  1. String k,
  2. String i
)
override

Implementation

@override
bool getCheckBoxState(String k, String i) =>
    _invokeIntStrStr("GetCheckBoxState", k, i) != 0;