WTH Why cant we create a UI group of input_boolean

as per title, long standing request to allow us to create groups of booleans in the UI.

group:
  kiosk_mode_hide_dialog_header:
    name: Kiosk mode hide dialog header
    entities:
      - input_boolean.hide_dialog_header_history
      - input_boolean.hide_dialog_header_settings
      - input_boolean.hide_dialog_header_overflow
    all: true

YAML is our only option still