We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad86bef commit 305b6d9Copy full SHA for 305b6d9
docs/api/alert.md
@@ -142,6 +142,9 @@ interface AlertInput {
142
name?: string;
143
placeholder?: string;
144
value?: any;
145
+ /**
146
+ * The label text to display next to the input, if the input type is `radio` or `checkbox`.
147
+ */
148
label?: string;
149
checked?: boolean;
150
disabled?: boolean;
versioned_docs/version-v6/api/alert.md
@@ -192,6 +192,9 @@ interface AlertInput {
192
193
194
195
196
197
198
199
200
0 commit comments