Skip to content

Commit de3e457

Browse files
committed
chore : doc readOnly code
1 parent a4aed83 commit de3e457

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

ouds_core/lib/components/checkbox/ouds_checkbox.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ enum ToggleableState { off, indeterminate, on }
6262
/// });
6363
/// },
6464
/// isError: false,
65+
/// readOnly: false,
6566
/// );
6667
/// ```
6768
///

ouds_core/lib/components/radio_button/ouds_radio_button.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ import 'package:ouds_theme_contract/ouds_theme.dart';
6363
/// // Handle radio button change state.
6464
/// }
6565
/// isError: false,
66+
/// readOnly: false,
6667
/// );
6768
/// ```
6869
///

ouds_core/lib/components/switch/ouds_switch.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ import 'package:ouds_theme_contract/theme/tokens/components/ouds_switch_tokens.d
4848
/// onChanged: (newValue) {
4949
/// // Handle switch change state.
5050
/// }
51+
/// readOnly: false,
5152
/// );
5253
/// ```
5354
///

0 commit comments

Comments
 (0)