Radio Button(iniside Lightbox) onClick or onChange event

Hi,
I need radio button onClick event.
Whenever the user Select the radio button ‘ComboOff’, i want to display the hide textBox with date Picker(to select single date) otherwise hide the textbox.
how to do this??
Please help me!!!

CODE:
var restricted_lightbox = [ { name: “type”, height: 78, options: [{ key: ‘Leave’, label: ‘Leave’ }, { key: ‘ComboOff’, label: ‘Combo Off’ }, { key: ‘Idle’, label: ‘Idle’ }, { key: ‘Holiday’, label: ‘Holiday’], map_to: “text”, type: “radio”, vertical: true }
];
scheduler.config.lightbox.sections = restricted_lightbox;

Hello,
the simplest solution would be to add onclick handler directly to the radio inputs when the lightbox is shown:
docs.dhtmlx.com/scheduler/snippet/e33933af