Hello There,
Thanks for updating in!
#1] To remove the checkbox, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.minimal-light .esg-filter-checked {
display: none;
}
#2] To display three rows of button filters, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.esg-filters .esg-filter-wrapper {
display: block;
}

Please let us know if this works out for you.