Skip to content

Icons not showing correctly both in Explorer and Chrome in any settings #256

@progenysw

Description

@progenysw

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
image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions