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 9c8866d commit 0b05954Copy full SHA for 0b05954
lib/widget/form/checkbox/index.dart
@@ -4,7 +4,7 @@ import 'demo.dart' as Demo;
4
5
class Index extends StatefulWidget {
6
static String title = 'CheckBox';
7
- static String originCodeUrl = '';
+ static String originCodeUrl = 'https://docs.flutter.io/flutter/material/Checkbox-class.html';
8
static String mdUrl = 'docs/widget/form/checkbox/index.md';
9
@override
10
_IndexState createState() => _IndexState();
0 commit comments