Describe the bug
In Chrome ,can only see plan black outlines where the checkboxes/icons shd be . In Explorer, cant the
Reproduction steps
Have tried this
import CheckboxTree from 'react-checkbox-tree';
import 'react-checkbox-tree/lib/react-checkbox-tree.css';
<CheckboxTree
nodes={this.state.nodes}
checked={checked}
expanded={expanded}
onCheck={this.onCheck}
onExpand={this.onExpand}
showExpandAll={true}
nativeCheckboxes={true}
/>
and
fa5 and nativeCheckboxes=false
Have also installed the latest FA set manually .
No compile warnings
Expected behavior
I would expect to see colored, correct checkboxes
Screenshots
I

