@@ -2697,8 +2697,8 @@ None.
26972697| Prop name | Kind | Reactive | Type | Default value | Description |
26982698| :-------------- | :--------------- | :------- | :---------------------------------------- | ------------------------------------------------ | -------------------------------------------------------- |
26992699| ref | <code >let</code > | Yes | <code >null | ; HTMLInputElement</code > | <code >null</code > | Obtain a reference to the input HTML element |
2700- | light | <code >let</code > | Yes | <code >boolean</code > | <code >false</code > | Set to ` true ` to enable the light variant |
27012700| checked | <code >let</code > | Yes | <code >boolean</code > | <code >false</code > | Set to ` true ` to check the tile |
2701+ | light | <code >let</code > | No | <code >boolean</code > | <code >false</code > | Set to ` true ` to enable the light variant |
27022702| value | <code >let</code > | No | <code >string</code > | <code >""</code > | Specify the value of the radio input |
27032703| title | <code >let</code > | No | <code >string</code > | <code >"title"</code > | Specify the title of the selectable tile |
27042704| tabindex | <code >let</code > | No | <code >string</code > | <code >"0"</code > | Specify the tabindex |
@@ -2727,12 +2727,11 @@ None.
27272727
27282728### Props
27292729
2730- | Prop name | Kind | Reactive | Type | Default value | Description |
2731- | :------------ | :--------------- | :------- | :------------------- | ------------------ | ----------------------------------------- |
2732- | selectedValue | <code >let</code > | Yes | <code >string</code > | -- | Specify the selected tile value |
2733- | disabled | <code >let</code > | No | <code >boolean</code > | <code >false</code > | Set to ` true ` to disable the tile group |
2734- | light | <code >let</code > | No | <code >boolean</code > | <code >false</code > | Set to ` true ` to enable the light variant |
2735- | legend | <code >let</code > | No | <code >string</code > | <code >""</code > | Specify the legend text |
2730+ | Prop name | Kind | Reactive | Type | Default value | Description |
2731+ | :------------ | :--------------- | :------- | :------------------- | ------------------ | --------------------------------------- |
2732+ | selectedValue | <code >let</code > | Yes | <code >string</code > | -- | Specify the selected tile value |
2733+ | disabled | <code >let</code > | No | <code >boolean</code > | <code >false</code > | Set to ` true ` to disable the tile group |
2734+ | legend | <code >let</code > | No | <code >string</code > | <code >""</code > | Specify the legend text |
27362735
27372736### Slots
27382737
@@ -2931,8 +2930,8 @@ None.
29312930| Prop name | Kind | Reactive | Type | Default value | Description |
29322931| :-------------- | :--------------- | :------- | :---------------------------------------- | ------------------------------------------------ | ------------------------------------------------------------- |
29332932| ref | <code >let</code > | Yes | <code >null | ; HTMLInputElement</code > | <code >null</code > | Obtain a reference to the input HTML element |
2934- | light | <code >let</code > | Yes | <code >boolean</code > | <code >false</code > | Set to ` true ` to enable the light variant |
29352933| selected | <code >let</code > | Yes | <code >boolean</code > | <code >false</code > | Set to ` true ` to select the tile |
2934+ | light | <code >let</code > | No | <code >boolean</code > | <code >false</code > | Set to ` true ` to enable the light variant |
29362935| title | <code >let</code > | No | <code >string</code > | <code >"title"</code > | Specify the title of the selectable tile |
29372936| value | <code >let</code > | No | <code >string</code > | <code >"value"</code > | Specify the value of the selectable tile |
29382937| tabindex | <code >let</code > | No | <code >string</code > | <code >"0"</code > | Specify the tabindex |
0 commit comments