Determines how a checkbox field looks
type ICheckboxType = "default" | "bordered" | "change-icon" | "switch-line" | "switch-box";
import {ICheckboxType} from 'uxp/components';
Last updated 1 year ago