isParentSelected property

dynamic isParentSelected

Getter to get whether particular parent is selected or not.

Example: {'Parent 1' : true, 'Parent 2' : false} where Parent 1 and Parent 2 will be 2 separate parents if you are using multiple ParentChildCheckbox in your code.

Default value will be false for all specified parents

Implementation

static get isParentSelected => _isParentSelected;