"use strict";
fn({
MuiCheckbox: {
defaultProps: {
inputProps: {
'aria-label': 'Checkbox'
}
}
}
});
fn({
MuiCheckbox: {
defaultProps: {
inputRef: ref
}
}
});
fn({
MuiCheckbox: {
defaultProps: {
inputProps: {
'aria-label': 'Checkbox'
},
inputRef: ref
}
}
});