Home / Class/ AbstractCheckboxInput59 Class — react Architecture

AbstractCheckboxInput59 Class — react Architecture

Architecture documentation for the AbstractCheckboxInput59 class in benchmark.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  29011c74_971e_da7a_c2f9_313171713764["AbstractCheckboxInput59"]
  3ebee981_8211_0c1c_516b_03ba4cbff0e7["benchmark.js"]
  29011c74_971e_da7a_c2f9_313171713764 -->|defined in| 3ebee981_8211_0c1c_516b_03ba4cbff0e7
  6d94268d_d1e8_c1b0_2abf_3195feefaa2e["render()"]
  29011c74_971e_da7a_c2f9_313171713764 -->|method| 6d94268d_d1e8_c1b0_2abf_3195feefaa2e

Relationship Graph

Source Code

scripts/bench/benchmarks/pe-class-components/benchmark.js lines 1857–1896

  class AbstractCheckboxInput59 extends React.Component {
    render() {
      if (this.props.x === 145) {
        return React.createElement(
          'label',
          {className: 'uiInputLabelInput _55sg _kv1'},
          React.createElement('input', {
            checked: true,
            disabled: true,
            name: 'filterUnpublished',
            value: 'on',
            onClick: function () {},
            className: null,
            id: 'js_input_label_21',
            type: 'checkbox',
          }),
          React.createElement('span', {
            'data-hover': null,
            'data-tooltip-content': undefined,
          })
        );
      }
      if (this.props.x === 336) {
        return React.createElement(
          'label',
          {className: '_4h2r _55sg _kv1'},
          React.createElement('input', {
            checked: undefined,
            onChange: function () {},
            className: null,
            type: 'checkbox',
          }),
          React.createElement('span', {
            'data-hover': null,
            'data-tooltip-content': undefined,
          })
        );
      }
    }
  }

Frequently Asked Questions

What is the AbstractCheckboxInput59 class?
AbstractCheckboxInput59 is a class in the react codebase, defined in scripts/bench/benchmarks/pe-class-components/benchmark.js.
Where is AbstractCheckboxInput59 defined?
AbstractCheckboxInput59 is defined in scripts/bench/benchmarks/pe-class-components/benchmark.js at line 1857.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free