Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Checkbox] does not display label text #292

Open
JESii opened this issue Nov 1, 2018 · 1 comment
Open

[Checkbox] does not display label text #292

JESii opened this issue Nov 1, 2018 · 1 comment

Comments

@JESii
Copy link

JESii commented Nov 1, 2018

I am using material-ui/core V1.5.1 with react 16.2.0.

When I render a checkbox component with a label property, no label text is displayed.

          <Checkbox
            id="retry"
            name='retry'
            label="testing..."
            checked={true}
          />

Everything else seems to work OK

@JESii JESii changed the title [Checkbox] does not display label tgext [Checkbox] does not display label text Nov 1, 2018
@amorey
Copy link
Member

amorey commented Nov 2, 2018

@JESii Are you using MUI or material-ui? Here is a working example using MUI:
http://jsfiddle.net/muicss/gf5co2wy/

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

No branches or pull requests

2 participants