mui
mui copied to clipboard
[Checkbox] does not display label text
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 Are you using MUI or material-ui? Here is a working example using MUI: http://jsfiddle.net/muicss/gf5co2wy/