MCPcopy Create free account
hub / github.com/microsoft/SandDance / onRenderCheckboxLabel

Function onRenderCheckboxLabel

docs/app/js/sanddance-app.js:38324–38326  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38322 var optionClassNames = (0, _comboBoxClassNames.getComboBoxOptionClassNames)(_this._getCurrentOptionStyles(item));
38323 var title = _this._getPreviewText(item);
38324 var onRenderCheckboxLabel = function() {
38325 return onRenderOption(item, _this._onRenderOptionContent);
38326 };
38327 var getOptionComponent = function() {
38328 return !_this.props.multiSelect ? _react.createElement((0, _button.CommandButton), {
38329 id: id + "-list" + item.index,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected