Newb Question: How to change the color of the checkbox when i select a row in the new data grid?

Right now its light blue but that doesnt align with my brand colors.

Hi, you can try adding the HTML element from the add panel and adding the code below:

<style>
.ag-checkbox-input-wrapper.ag-checked {
background-color: red !important;
}
</style>