import styled from 'styled-components';
var CheckBoxGroup = styled('div').withConfig({
displayName: "styles__CheckBoxGroup",
componentId: "sc-ie2l72-0"
})(["display:flex;flex-direction:column;& > *{margin-bottom:4px;}& > *:last-of-type{margin-bottom:0;}"]);
export default CheckBoxGroup;