Oh-colorpicker-item without toggle?

I found this widget and generated a similar widet:

uid: ColorPickerWithoutToggle
tags:
  - light
  - list
props:
  parameters:
    - default: Enter title here
      description: The list item text
      label: Text
      name: text
      required: false
      type: TEXT
    - context: item
      description: The color item
      label: Color Item
      name: colorItem
      required: false
      type: TEXT
    - default: red
      description: Background color of the toggle
      label: Color of toggle
      name: bgColorToggle
      required: false
      type: TEXT
    - default: oh:rgb
      description: The icon to display
      label: Icon
      name: icon
      required: false
      type: TEXT
  parameterGroups: []
timestamp: Nov 17, 2022, 12:19:45 PM
component: oh-list-item
config:
  icon: =props.icon
  title: =props.text
slots:
  after:
    - component: f7-row
      config:
        style:
          align-items: center
          gap: 8px
          margin-right: 8px
      slots:
        default:
          - component: f7-col
            slots:
              default:
                - component: oh-colorpicker
                  config:
                    item: =props.colorItem
                    modules:
                      - wheel
                    openIn: auto