// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`A renders correctly 1`] = `
mockStringValue1
(
5
)
}
onChange={[Function]}
title=""
type="checkbox"
/>
`;
exports[`A renders disable not selected correctly 1`] = `
mockStringValue1
(
5
)
}
onChange={[Function]}
title=""
type="checkbox"
/>
`;
exports[`A renders disableAdd selected correctly 1`] = `
mockStringValue1
(
5
)
}
onChange={[Function]}
title=""
type="checkbox"
/>
`;
exports[`A renders without count correctly 1`] = `
mockStringValue1
}
onChange={[Function]}
title=""
type="checkbox"
/>
`;