Bootstrap 5 missing Label property

The BS5 Label property .innerHTML is missing from the list of Properties in the Properties pane. But I can put things in the label .innerHTML property at run time. Thoughts?

Use the value property. It works just like innerHTML. It’s called value to be more consistent with other controls, but sets innerHTML internally.