/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | checkbox_list_tile.dart | 7 import 'checkbox.dart'; 15 /// A [ListTile] with a [Checkbox]. In other words, a checkbox with a label. 18 /// the checkbox. 30 /// appear selected when the checkbox is checked, pass the same value to both. 32 /// The checkbox is shown on the right by default in left-to-right languages 44 /// This widget shows a checkbox that, when checked, slows down all animations 45 /// (including the animation of the checkbox itself getting checked!). 91 /// Here is an example of a custom labeled checkbox widget, called 171 /// what you're looking for, you can create custom labeled checkbox widgets by 177 /// ![Custom checkbox list tile sample](https://flutter.github.io/assets-for-api-docs/assets/materi… [all …]
|
D | checkbox.dart | 16 /// A material design checkbox. 18 /// The checkbox itself does not maintain any state. Instead, when the state of 19 /// the checkbox changes, the widget calls the [onChanged] callback. Most 20 /// widgets that use a checkbox will listen for the [onChanged] callback and 21 /// rebuild the checkbox with a new [value] to update the visual appearance of 22 /// the checkbox. 24 /// The checkbox can optionally display three values - true, false, and null - 26 /// [tristate] is false and the checkbox's [value] must be true or false. 33 /// you can give the checkbox a label. 40 /// Creates a material design checkbox. [all …]
|
D | data_table.dart | 11 import 'checkbox.dart'; 110 /// related to this row (e.g. an in-progress checkbox animation) 122 /// a checkbox that can be checked to select all selectable rows 124 /// subsequent row will have a checkbox to toggle just that row. 127 /// the purposes of determining the state of the "all" checkbox, 128 /// and its checkbox is disabled. 134 /// a checkbox is shown at the start of each row. If the row is 135 /// selected (true), the checkbox will be checked and the row will 138 /// Otherwise, the checkbox, if present, will not be checked. 240 /// checkbox column if any. The [columns] argument must have a [all …]
|
D | toggleable.dart | 171 /// For example, a checkbox should use this color when checked. 184 /// For example, a checkbox should use this color when unchecked. 204 /// disabled, and non-interactive. A disabled checkbox, for example, is 223 /// non-interactive. A disabled checkbox, for example, is displayed using a
|
D | paginated_data_table.dart | 45 /// the table is to have columns, ignoring the leading checkbox column if any. 138 /// checkbox in the heading row. 157 /// When a checkbox is displayed, it is also the margin between the checkbox
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/semantics/ |
D | checkable.dart | 18 /// A checkbox. An element, which has [ui.SemanticsFlag.hasCheckedState] set 20 /// [ui.SemanticsFlag.hasToggledState] state, is marked as a checkbox. 21 checkbox, 48 _kind = _CheckableKind.checkbox; 56 case _CheckableKind.checkbox: 57 semanticsObject.setAriaRole('checkbox', true); 84 case _CheckableKind.checkbox: 85 semanticsObject.setAriaRole('checkbox', false);
|
/third_party/typescript/tests/baselines/reference/ |
D | tsxReactEmitNesting.types | 14 …checkbox" onChange={ctrl.toggleAll.bind(ctrl)}/> <ul class="todo-list"> … 19 …checkbox" onChange={ctrl.toggleAll.bind(ctrl)}/> <ul class="todo-list"> … 58 …checkbox" onChange={ctrl.toggleAll.bind(ctrl)}/> <ul class="todo-list"> … 78 <input class="toggle-all" type="checkbox" onChange={ctrl.toggleAll.bind(ctrl)}/> 79 ><input class="toggle-all" type="checkbox" onChange={ctrl.toggleAll.bind(ctrl)}/> : error 93 ….editable) ? <input class="toggle" type="checkbox"></input> … 98 ….editable) ? <input class="toggle" type="checkbox"></input> … 104 ….editable) ? <input class="toggle" type="checkbox"></input> … 108 ….editable) ? <input class="toggle" type="checkbox"></input> … 126 ….editable) ? <input class="toggle" type="checkbox"></input> … [all …]
|
D | tsxReactEmitNesting.symbols | 44 <input class="toggle-all" type="checkbox" onChange={ctrl.toggleAll.bind(ctrl)}/> 73 <input class="toggle" type="checkbox"></input>
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | paginated_data_table_test.dart | 380 …testWidgets('PaginatedDataTable custom horizontal padding - checkbox', (WidgetTester tester) async… 389 Finder checkbox; 411 // default checkbox padding 412 checkbox = find.byType(Checkbox).first; 413 padding = find.ancestor(of: checkbox, matching: find.byType(Padding)).first; 415 tester.getRect(checkbox).left - tester.getRect(padding).left, 419 tester.getRect(padding).right - tester.getRect(checkbox).right, 483 // custom checkbox padding 484 checkbox = find.byType(Checkbox).first; 485 padding = find.ancestor(of: checkbox, matching: find.byType(Padding)).first; [all …]
|
D | data_table_test.dart | 387 testWidgets('DataTable custom horizontal padding - checkbox', (WidgetTester tester) async { 393 Finder checkbox; 451 // default checkbox padding 452 checkbox = find.byType(Checkbox).first; 453 padding = find.ancestor(of: checkbox, matching: find.byType(Padding)); 455 tester.getRect(checkbox).left - tester.getRect(padding).left, 459 tester.getRect(padding).right - tester.getRect(checkbox).right, 561 // custom checkbox padding 562 checkbox = find.byType(Checkbox).first; 563 padding = find.ancestor(of: checkbox, matching: find.byType(Padding)); [all …]
|
D | checkbox_test.dart | 314 expect(getCheckboxRenderer(), paints..drrect()); // empty checkbox 324 expect(getCheckboxRenderer(), paints..drrect()); // empty checkbox
|
/third_party/libinput/doc/api/style/ |
D | bootstrap.css | 154 input[type="checkbox"], 2525 input[type="checkbox"] { 2543 input[type="checkbox"]:focus { 2637 .checkbox { 2644 .checkbox label { 2653 .checkbox input[type="checkbox"], 2654 .checkbox-inline input[type="checkbox"] { 2660 .checkbox + .checkbox { 2664 .checkbox-inline { 2674 .checkbox-inline + .checkbox-inline { [all …]
|
/third_party/libevdev/doc/html/ |
D | bootstrap.css | 154 input[type="checkbox"], 2525 input[type="checkbox"] { 2543 input[type="checkbox"]:focus { 2637 .checkbox { 2644 .checkbox label { 2653 .checkbox input[type="checkbox"], 2654 .checkbox-inline input[type="checkbox"] { 2660 .checkbox + .checkbox { 2664 .checkbox-inline { 2674 .checkbox-inline + .checkbox-inline { [all …]
|
/third_party/libevdev/doc/style/ |
D | bootstrap.css | 154 input[type="checkbox"], 2525 input[type="checkbox"] { 2543 input[type="checkbox"]:focus { 2637 .checkbox { 2644 .checkbox label { 2653 .checkbox input[type="checkbox"], 2654 .checkbox-inline input[type="checkbox"] { 2660 .checkbox + .checkbox { 2664 .checkbox-inline { 2674 .checkbox-inline + .checkbox-inline { [all …]
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/ |
D | example_code.dart | 154 // Member variable holding the checkbox's value. 157 // Create a checkbox. 167 // Create a tristate checkbox. 178 // Create a disabled checkbox.
|
/third_party/typescript/tests/cases/conformance/jsx/ |
D | tsxReactEmitNesting.tsx | 17 <input class="toggle-all" type="checkbox" onChange={ctrl.toggleAll.bind(ctrl)}/> 23 <input class="toggle" type="checkbox"></input>
|
/third_party/flutter/flutter/dev/integration_tests/android_semantics_testing/lib/src/tests/ |
D | controls_constants.dart | 8 /// The string supplied to the [ValueKey] for the enabled checkbox. 11 /// The string supplied to the [ValueKey] for the disabled checkbox.
|
D | controls_page.dart | 11 /// A test page with a checkbox, three radio buttons, and a switch.
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | semantics_debugger_test.dart | 321 testWidgets('SemanticsDebugger checkbox', (WidgetTester tester) async { 366 testWidgets('SemanticsDebugger checkbox message', (WidgetTester tester) async { 367 final Key checkbox = UniqueKey(); 383 key: checkbox, 421 … _getMessageShownInSemanticsDebugger(widgetKey: checkbox, debuggerKey: debugger, tester: tester),
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/ |
D | selection_controls_demo.dart | 11 'A normal checkbox\'s value is true or false and a tristate checkbox\'s '
|
D | reorderable_list_demo.dart | 18 /// A list tile that contains three lines of text and a checkbox.
|
/third_party/ffmpeg/doc/ |
D | bootstrap.min.css | 5 …checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:bo…
|
/third_party/node/test/doctool/ |
D | test-doctool-html.mjs | 127 html: '<input class="js-flavor-selector" type="checkbox" checked', 131 html: '<input class="js-flavor-selector" type="checkbox" aria-label',
|
/third_party/flutter/flutter/dev/manual_tests/lib/ |
D | page_view.dart | 103 // TODO(abarth): Actually make this checkbox change this value.
|
/third_party/skia/third_party/externals/expat/expat/doc/ |
D | ok.min.css | 2 …checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[t… selector
|