Skip to main content
Version: 1.0.74

Radio button

const radiobutton = {
component: NANO.RADIO_BUTTON,
value: true,
props: {
style: {},
color: 'blue',
}
};