Optionalname: stringOptionalgroup: stringOptionalisChecked: booleanOptionalcheckSizeRatio: numberOptionalcolor: stringOptionalbackground: stringOptionalwidth: string | numberOptionalheight: string | numberName the radio button is known by, which control.getControlByName finds it by
OptionalgroupRadio buttons sharing a group let only one of them be checked at a time; left out, the button is in the unnamed group
When true, the radio button starts checked
How much of the circle the inner dot fills, from 0 to 1
CSS color of the dot and the border
CSS color of the circle behind the dot
OptionalwidthWidth, as a pixel string such as 200px or a fraction of the parent from 0 to 1; left
out, the engine chooses
OptionalheightHeight, as a pixel string such as 200px or a fraction of the parent from 0 to 1; left
out, the engine chooses
Feeds
babylon.gui.radioButton.createRadioButton: the name, group, starting state, dot size, colors and optional size of a radio button.