MCPcopy Index your code
hub / github.com/dataease/SQLBot / render

Method render

frontend/public/swagger-ui-bundle.js:61607–61628  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61605 const { onChange: o } = this.props
61606 o(s.target.checked)
61607 }
61608 render() {
61609 let { isIncluded: s, isDisabled: o } = this.props
61610 return Re.createElement(
61611 'div',
61612 null,
61613 Re.createElement(
61614 'label',
61615 {
61616 htmlFor: 'include_empty_value',
61617 className: Jn()('parameter__empty_value_toggle', { disabled: o }),
61618 },
61619 Re.createElement('input', {
61620 id: 'include_empty_value',
61621 type: 'checkbox',
61622 disabled: o,
61623 checked: !o && s,
61624 onChange: this.onCheckboxChange,
61625 }),
61626 'Send empty value'
61627 )
61628 )
61629 }
61630 }
61631 class ParameterRow extends Re.Component {

Callers

nothing calls this directly

Calls 1

JnFunction · 0.50

Tested by

no test coverage detected