Skip to content

Refactor and make labels clickable for checkboxes #447

@jonyrock

Description

@jonyrock

we use gf-form-switch, but we don't use "label" feature, so it like in example:

<div class="gf-form">
      <gf-form-switch
        checked="ctrl.flag1"
        label="Enabled"
      />
      <gf-form-switch
        checked="ctrl.flag1"
        label="Stop on hover"
      />
</div>

...notice that gf-form-switch are siblings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions