Class: RadioButton

caph.stripe.ui.component. RadioButton

new RadioButton(option)

A class which provides radio button.

Parameters:
Name Type Description
option Object

option is properties set for components.
Details : caph.ui.base.component.RadioButton#setOption

Since:
  • 2.0.0
Example
var radioButton = new RadioButton({
    group : 'color',
    checked : true,
    position : [10,10]
 });

Extends

  • caph.ui.base.component.RadioButton