UNPKG

pm-controls

Version:
11 lines (10 loc) 326 B
var RadioButtonItem = /** @class */ (function () { function RadioButtonItem(isChecked, label, value, isDisabled) { this.IsChecked = isChecked; this.Label = label; this.Value = value || label; this.IsDisabled = isDisabled; } return RadioButtonItem; }()); export { RadioButtonItem };