You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| checked | <code>let</code> | Yes | <code>boolean</code> | <code>false</code> | Set to `true` to check the tile |
2698
-
| light | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to enable the light variant |
2699
-
| value | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify the value of the radio input |
2700
-
| tabindex | <code>let</code> | No | <code>string</code> | <code>"0"</code> | Specify the tabindex |
2701
-
| iconDescription | <code>let</code> | No | <code>string</code> | <code>"Tile checkmark"</code> | Specify the ARIA label for the radio tile checkmark icon |
2702
-
| id | <code>let</code> | No | <code>string</code> | <code>"ccs-" + Math.random().toString(36)</code> | Set an id for the input element |
2703
-
| name | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify a name attribute for the input |
2695
+
| Prop name | Kind | Reactive | Type | Default value | Description |
| ref | <code>let</code> | Yes | <code>null | HTMLInputElement</code> | <code>null</code> | Obtain a reference to the input HTML element |
2698
+
| light | <code>let</code> | Yes | <code>boolean</code> | <code>false</code> | Set to `true` to enable the light variant |
2699
+
| checked | <code>let</code> | Yes | <code>boolean</code> | <code>false</code> | Set to `true` to check the tile |
2700
+
| value | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify the value of the radio input |
2701
+
| title | <code>let</code> | No | <code>string</code> | <code>"title"</code> | Specify the title of the selectable tile |
2702
+
| tabindex | <code>let</code> | No | <code>string</code> | <code>"0"</code> | Specify the tabindex |
2703
+
| iconDescription | <code>let</code> | No | <code>string</code> | <code>"Tile checkmark"</code> | Specify the ARIA label for the radio tile checkmark icon |
2704
+
| id | <code>let</code> | No | <code>string</code> | <code>"ccs-" + Math.random().toString(36)</code> | Set an id for the input element |
2705
+
| name | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify a name attribute for the input |
2704
2706
2705
2707
### Slots
2706
2708
@@ -2904,8 +2906,8 @@ None.
2904
2906
| Prop name | Kind | Reactive | Type | Default value | Description |
0 commit comments