Skip to content

Commit 0b05954

Browse files
committed
feat: Checkbox
1 parent 9c8866d commit 0b05954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widget/form/checkbox/index.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import 'demo.dart' as Demo;
44

55
class Index extends StatefulWidget {
66
static String title = 'CheckBox';
7-
static String originCodeUrl = '';
7+
static String originCodeUrl = 'https://docs.flutter.io/flutter/material/Checkbox-class.html';
88
static String mdUrl = 'docs/widget/form/checkbox/index.md';
99
@override
1010
_IndexState createState() => _IndexState();

0 commit comments

Comments
 (0)