X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=variants%2FProgressive%2Fclass.js;h=90bb9984b3cb83390ce61a3d3875c7ea5474184a;hb=535c464b0543306a0ea36c66f07dcfad7a951efc;hp=c209821f632679cd1cc927f9ab53516a26827f13;hpb=a7d092011535bc7da231c2c254ec5c936b62cd71;p=xogo.git diff --git a/variants/Progressive/class.js b/variants/Progressive/class.js index c209821..90bb998 100644 --- a/variants/Progressive/class.js +++ b/variants/Progressive/class.js @@ -5,13 +5,14 @@ export default class ProgressiveRules extends ChessRules { static get Options() { return { select: C.Options.select, - check: [ + input: [ { label: "Logical", - defaut: false, - variable: "logical" + variable: "logical", + type: "checkbox", + defaut: false } - ].concat(C.Options.check), + ].concat(C.Options.input), styles: C.Options.styles.filter(s => s != "progressive") }; }