2 Repos
UI components for editing boolean values, typically using checkboxes or toggle switches.
Distinct from Boolean Value Parsing: Candidates focus on serialization or parsing of boolean values, not the UI editing component.
Explore 2 awesome GitHub repositories matching user interface & experience · Boolean Input Editors. Refine with filters or upvote what's useful.
Tabulator is an interactive data table library and virtual DOM data grid used to create high-performance tables from JSON or arrays. It functions as a hierarchical data viewer and a spreadsheet interface component, capable of rendering thousands of records efficiently through viewport-based virtualization and progressive loading. The library distinguishes itself by providing a full spreadsheet interface mode with multi-sheet management, cell range selection, and bulk copy-paste capabilities. It supports complex data architectures, including nested data field mapping, expandable tree structure
Toggles values via checkboxes with support for custom true/false values and tri-state modes.
Vuido is a framework for building native desktop applications for Windows, macOS, and Linux using Vue.js components, without requiring Electron or Chromium. It maps Vue components directly to native widgets from the libui library, creating lightweight applications that run on a single-threaded event loop and compile templates at build time for optimized runtime performance. The framework provides a complete Vue.js component-to-native bridge, enabling two-way data binding via v-model, component-based window composition, and platform-specific package generation for distributing executables. It
Binds a checkbox to a boolean value using v-model, updating the state when the user checks or unchecks it.