Pages: Implement radio button

This commit is contained in:
syuilo 2019-07-10 18:30:51 +09:00
parent a59ab79da0
commit feec5e88fc
7 changed files with 108 additions and 2 deletions

View file

@ -2066,6 +2066,13 @@ pages:
variable: "送信する変数"
no-variable: "なし"
radioButton: "選択肢"
_radioButton:
name: "変数名"
title: "タイトル"
values: "改行で区切った選択肢"
default: "デフォルト値"
script:
categories:
flow: "制御"