using Gtk 4.0; Gtk.Widget { accessibility { label: _("Hello, world!"); labelled_by: my_label; checked: true; } } Gtk.Label my_label {}