Set multiselect checkbox to always-active state
This commit is contained in:
@@ -29,12 +29,11 @@
|
|||||||
<section class="sg-form-sections-card__chapter" aria-labelledby="multiselect-block-1">
|
<section class="sg-form-sections-card__chapter" aria-labelledby="multiselect-block-1">
|
||||||
<h2 id="multiselect-block-1" class="sg-strong sg-form-sections-card__chapter-title">Block 1</h2>
|
<h2 id="multiselect-block-1" class="sg-strong sg-form-sections-card__chapter-title">Block 1</h2>
|
||||||
|
|
||||||
<label class="sg-checkbox-field-option sg-checkbox-field-option--inactive-selectable sg-body" data-component="checkbox-field" data-component-state="inactive-selectable" data-activatable="true">
|
<label class="sg-checkbox-field-option sg-body" data-component="checkbox-field" data-component-state="active">
|
||||||
<button class="sg-checkbox-field sg-checkbox-field--inactive-selectable" type="button" role="checkbox" aria-checked="false" aria-label="Checkbox 1 wählen" data-pulldown-option>
|
<button class="sg-checkbox-field sg-form-active" type="button" role="checkbox" aria-checked="true" aria-label="Checkbox 1 gewählt" data-pulldown-option>
|
||||||
<span class="sg-checkbox-field__mark" aria-hidden="true">✓</span>
|
<span class="sg-checkbox-field__mark" aria-hidden="true">✓</span>
|
||||||
</button>
|
</button>
|
||||||
<span>Checkbox 1</span>
|
<span>Checkbox 1</span>
|
||||||
<button class="sg-activatable-remove" type="button" aria-label="Checkbox 1 entfernen" data-checkbox-activate-remove hidden>×</button>
|
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label class="sg-slider-row sg-slider-row--inactive-selectable" data-component="slider" data-component-state="inactive-selectable" data-activatable="true">
|
<label class="sg-slider-row sg-slider-row--inactive-selectable" data-component="slider" data-component-state="inactive-selectable" data-activatable="true">
|
||||||
|
|||||||
Reference in New Issue
Block a user