score:10

Accepted answer

well, i just found a solution:

expect(wrapper.find('[name="formcontrol"]').prop('control').props.checked).toequal(true);

score:1

const controlcomponent = shallow(wrapper.find(formcontrollabel).props().control);
expect(controlcomponent.props().checked).tobetruthy();

Related Query

More Query from same tag