Commit d09f644 1 parent c3bfddc commit d09f644 Copy full SHA for d09f644
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ import styles from './radio.style';
20
20
*
21
21
* @summary A radio button component.
22
22
*
23
- * @prop {`boolean` } `checked` - Indicates whether the radio button is checked.
24
- * @prop {`boolean` } `disabled` - Indicates whether the radio button is disabled.
25
- * @prop {`string` } `value` - The value of the radio button.
23
+ * @prop {`boolean` } [ `checked`=`false`] - Indicates whether the radio button is checked.
24
+ * @prop {`boolean` } [ `disabled`=`false`] - Indicates whether the radio button is disabled.
25
+ * @prop {`string` } [ `value`=`''`] - The value of the radio button.
26
26
*
27
27
* @csspart [`radio`] - The main container for the radio button.
28
28
* @cssprop [`--tap-radio-border-radius`=`--tap-sys-radius-full`] - The border radius of the radio button.
You can’t perform that action at this time.
0 commit comments