UNPKG

dbl-components

Version:

Framework based on bootstrap 5

13 lines (8 loc) 241 B
import CheckboxField from "./checkbox-field"; export default class SwitchField extends CheckboxField { static jsClass = 'SwitchField'; static defaultProps = { ...CheckboxField.defaultProps, format: 'switch' } }