forked from MapComplete/MapComplete
Mark old input elements as deprecated, remove some unused input elements
This commit is contained in:
parent
6366d82e6c
commit
beb86919a8
11 changed files with 33 additions and 131 deletions
|
@ -5,6 +5,9 @@ import BaseUIElement from "../BaseUIElement"
|
|||
import InputElementMap from "./InputElementMap"
|
||||
import Translations from "../i18n/Translations"
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
export class CheckBox extends InputElementMap<number[], boolean> {
|
||||
constructor(el: BaseUIElement | string, defaultValue?: boolean) {
|
||||
super(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue