Skip to content

Conversation

@hopha95
Copy link
Contributor

@hopha95 hopha95 commented May 13, 2017

Users should be able to change the color of the default check box, in case they don't want to include new images in their source code.

Sample code snippet:

<CheckBox onClick={this.onClick.bind(this)}
        isChecked={this.state.isSelected}
        checkBoxColor={'blue'}
        style={{alignSelf: 'center', position: 'absolute', right: 25}}/>

@BasitAli
Copy link
Contributor

BasitAli commented Jun 3, 2017

This is now outdated. tintColor needs to be applied through style.

@acomito
Copy link

acomito commented Jul 30, 2017

@BasitAli what do you mean? checkBoxColor worked for me.

It should be added to docs though.

@BasitAli
Copy link
Contributor

@acomito it didn't at the time of the comment and I made a pull-request that has since been merged :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants