CSR-241 update group and button names.
This commit is contained in:
parent
2b1249108a
commit
5a3ad93aad
1 changed files with 13 additions and 14 deletions
|
|
@ -54,13 +54,13 @@
|
||||||
<div class="row g-2">
|
<div class="row g-2">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend class="sr-only">List Card Demo</legend>
|
<legend class="sr-only">Functioning as Checkbox</legend>
|
||||||
<listCard
|
<listCard
|
||||||
isMultiSelect
|
isMultiSelect
|
||||||
buttonImage="windshield-damage.svg"
|
buttonImage="windshield-damage.svg"
|
||||||
buttonLabel="Windshield"
|
buttonLabel="Windshield"
|
||||||
altText=""
|
altText=""
|
||||||
buttonID="Damage Location Checkbox"
|
buttonID="List Card Checkbox"
|
||||||
groupID="checkbox-demo-1"
|
groupID="checkbox-demo-1"
|
||||||
buttonLabelSubCopy="Description"
|
buttonLabelSubCopy="Description"
|
||||||
/>
|
/>
|
||||||
|
|
@ -71,14 +71,14 @@
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h6 class="mx-2 my-4">Functioning as Radio Button</h6>
|
<h6 class="mx-2 my-4">Functioning as Radio Button</h6>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend class="sr-only">List Card Demo</legend>
|
<legend class="sr-only">Functioning as Radio Button</legend>
|
||||||
<listCard
|
<listCard
|
||||||
isRadio
|
isRadio
|
||||||
buttonImage="windshield-damage.svg"
|
buttonImage="windshield-damage.svg"
|
||||||
buttonLabel="Windshield"
|
buttonLabel="Windshield"
|
||||||
altText=""
|
altText=""
|
||||||
buttonID="Damage Location Radio Button"
|
buttonID="List Card Radio Button"
|
||||||
groupID="checkbox-demo-2"
|
groupID="radio-demo-2"
|
||||||
buttonLabelSubCopy="Description"
|
buttonLabelSubCopy="Description"
|
||||||
/>
|
/>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
@ -88,13 +88,13 @@
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h6 class="mx-2 my-4">Horizontal as Checkbox</h6>
|
<h6 class="mx-2 my-4">Horizontal as Checkbox</h6>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend class="sr-only">List Card Demo</legend>
|
<legend class="sr-only">Horizontal Checkbox</legend>
|
||||||
<listCard
|
<listCard
|
||||||
isMultiSelectHorizontal
|
isMultiSelectHorizontal
|
||||||
buttonImage="windshield-damage.svg"
|
buttonImage="windshield-damage.svg"
|
||||||
buttonLabel="Windshield"
|
buttonLabel="Windshield"
|
||||||
altText=""
|
altText=""
|
||||||
buttonID="Damage Location Horizontal Checkbox"
|
buttonID="List Card Horizontal Checkbox"
|
||||||
groupID="checkbox-demo-3"
|
groupID="checkbox-demo-3"
|
||||||
buttonLabelSubCopy="Description"
|
buttonLabelSubCopy="Description"
|
||||||
/>
|
/>
|
||||||
|
|
@ -105,14 +105,14 @@
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h6 class="mx-2 my-4">Horizontal as Radio Button</h6>
|
<h6 class="mx-2 my-4">Horizontal as Radio Button</h6>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend class="sr-only">List Card Demo</legend>
|
<legend class="sr-only">Horizontal Radio Button</legend>
|
||||||
<listCard
|
<listCard
|
||||||
isRadioHorizontal
|
isRadioHorizontal
|
||||||
buttonImage="windshield-damage.svg"
|
buttonImage="windshield-damage.svg"
|
||||||
buttonLabel="Windshield"
|
buttonLabel="Windshield"
|
||||||
altText=""
|
altText=""
|
||||||
buttonID="Damage Location Horizontal Radio Button"
|
buttonID="List Card Horizontal Radio Button"
|
||||||
groupID="checkbox-demo-4"
|
groupID="radio-demo-4"
|
||||||
buttonLabelSubCopy="Description"
|
buttonLabelSubCopy="Description"
|
||||||
/>
|
/>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
@ -122,16 +122,15 @@
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h6 class="mx-2 my-4">With error</h6>
|
<h6 class="mx-2 my-4">With error</h6>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend class="sr-only">List Card Demo</legend>
|
<legend class="sr-only">Radio button with error state</legend>
|
||||||
<listCard
|
<listCard
|
||||||
isRadioHorizontal
|
isRadioHorizontal
|
||||||
buttonImage="windshield-damage.svg"
|
buttonImage="windshield-damage.svg"
|
||||||
buttonLabel="Windshield"
|
buttonLabel="Windshield"
|
||||||
altText=""
|
altText=""
|
||||||
buttonID="Damage Location Horizontal Radio Button Error State"
|
buttonID="Horizontal Radio Button Error State"
|
||||||
groupID="checkbox-demo-5"
|
groupID="radio-demo-5"
|
||||||
buttonLabelSubCopy="Description"
|
buttonLabelSubCopy="Description"
|
||||||
hasError
|
|
||||||
/>
|
/>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue