ObjectUIObjectUI

Switch

Toggle switch for binary options

Examples

Basic Switch

Multiple Switches

Schema

interface SwitchSchema {
  type: 'switch';
  name?: string;
  label?: string;
  defaultChecked?: boolean;
  disabled?: boolean;
}

On this page