<Radio
onChange={event => { this.setState({checked: event.target.checked})} }
modifier='material' />
名前 | 型 / デフォルト値 | 概要 |
---|---|---|
name | string | The name of the radio button. (翻訳中) Optional. |
modifier | string | The appearance of the radio button. (翻訳中) Optional. |
disabled | bool | Specifies whether the radio button is disabled. (翻訳中) Optional. |
onChange | func | Called when the radio button state changes. (翻訳中) Optional. |
value | union | Value of the radio button. (翻訳中) Optional. |
checked | bool | Controls the state of the radio button (controlled). (翻訳中) Optional. |
defaultChecked | bool | Defined the state of the radio button at first render for uncontrolled inputs. (翻訳中) Optional. |
inputId | string |
Specify the “id” attribute of the inner <input> element. This is useful when using |
Name | 概要 |
---|---|
material | Displays a Material Design radio button. (翻訳中) |
Onsen UIに関する質問は、Stack Overflowにてonsen-uiタグを付与してください。Onsen UIチームはあなたの問題解決をお手伝いします。
バグ報告や機能要望については、GitHub Issuesに記載をお願いいたします。
あわせて、下記の情報も参考にしてください。