Material-UI formControlLabel whole label is clickable only text should be
问题 I am new to the material UI . here I have the following form <FormControl variant="outlined" className={css.formControl} margin="dense" key={"abc_" + index} > <FormControlLabel control={ <Checkbox onClick={handleClick(data)} checked={_.some(selected, { Id: selected.Id })} value={selected.Id} color="default" /> } label={data?.Name ?? "NO_LABEL"} /> </FormControl> Now, this whole label gets clickable as the area is a bit long, so, what I am trying is the only the checkbox and the text should be