menu
carbon_flutter package
documentation
features/checkbox/checkbox.props.dart
CCheckboxProps
value property
value property
dark_mode
light_mode
value
property
bool
value
final
Whether the checkbox is checked or not.
@default:
true
Implementation
final bool value;
carbon_flutter package
documentation
features/checkbox/checkbox.props
CCheckboxProps
value property
CCheckboxProps class