.checkbox-group{
flex-wrap: wrap;
&-row{
display: flex;
flex-direction: row;
}
&-column{
flex-direction: column;
// .checkbox-group-button{
// display: flex;
// flex-direction: row !important;
// flex-wrap: wrap;
// }