.mp-checkbox-wrapper(
  class={
    'mp-checkbox-disabled': $attrs['disabled'],
  }
)
  .mp-checkbox-icon(style=$helpers.getIconStyles())
    svg-icon(attrs=$helpers.getIconAttributes())

  .mp-checkbox-label
    slot
