new RadioButton(option)
A class which provides radio button.
Parameters:
| Name | Type | Description |
|---|---|---|
option |
Object | option is properties set for components. |
- Since:
-
- 2.0.0
Example
var radioButton = new RadioButton({
group : 'color',
checked : true,
position : [10,10]
});
Extends
- caph.ui.base.component.RadioButton