module SimpleForm::Components::Labels

def label_text

def label_text
  SimpleForm.label_text.call(raw_label_text, required_label_text).html_safe
end