OnsRadio Directive (ons-radio)

<ons-radio>要素のAngularディレクティブです。 [(ngModel)] を使用すると、 [(ngModel)] の値を選択された値と同期することができます。

実例

Radio

ons-radio renders a radio input. Please refer to the ons-radio element Reference for more details.

関連情報

名前 型 / デフォルト値 概要
input-id String Specify the “id” attribute of the inner <input> element. This is useful when using <label for="..."> elements. (翻訳中) Optional.
名前 概要
value The current value of the radio button. (翻訳中)
checked Whether the radio button is checked or not. (翻訳中)
disabled 無効化されている場合にtrue
Name 概要
material Displays a Material Design radio button. (翻訳中)
シグネチャ 概要
focus() Focuses the radio button. (翻訳中)
blur() Removes focus from the radio button. (翻訳中)
focus()

Focuses the radio button. (翻訳中)

blur()

Removes focus from the radio button. (翻訳中)

お困りですか?

Onsen UIに関する質問は、Stack Overflowにてonsen-uiタグを付与してください。Onsen UIチームはあなたの問題解決をお手伝いします。

バグ報告や機能要望については、GitHub Issuesに記載をお願いいたします。

あわせて、下記の情報も参考にしてください。