mui icon indicating copy to clipboard operation
mui copied to clipboard

[Checkbox] does not display label text

Open JESii opened this issue 7 years ago • 1 comments

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 avatar Nov 01 '18 19:11 JESii

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

amorey avatar Nov 02 '18 06:11 amorey