selected property

bool selected

Is this radio button/checkbox selected?

Implementation

bool get selected => _client.send(_handler.element.buildSelectedRequest(id),
    _handler.element.parseSelectedResponse);