0

Hi My objective is to change the color of the checkbox into white color when it is checked, and background color black, i can change the color of the checkbox but i could not see checkbox and tickmark. I've tried to add border for the checkbox but didn't got result as expected.


<Checkbox
          checked={this.state.checkedF}
          onChange={this.handleChange}
          classes={{checked: "checked-display"}}
  />
.checked-display{
color: white
}

Can anyone help me in this query? so that i could get a black tick as well as black border around the checkbox

Sanjana
  • 216
  • 1
  • 3
  • 13

0 Answers0