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