Commit c6a1a066 authored by Collin Jackson's avatar Collin Jackson

Implement a simple checkbox in Sky’s fn2 components library

R=abarth@chromium.org, abarth

Review URL: https://codereview.chromium.org/1161813005
parent f2bc5caa
#!mojo mojo:sky_viewer
<!--
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-->
<sky>
<import src="/sky/framework/debug/shake-to-reload.sky" />
<script>
import 'widgets_app.dart';
void main() {
new WidgetsApp();
}
</script>
</sky>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment