feat: added option menu

This commit is contained in:
paul
2024-09-23 19:31:30 +05:30
parent 1533888f07
commit 33cb40d886
5 changed files with 165 additions and 6 deletions

View File

@@ -108,7 +108,7 @@ export class CheckBox extends Widget{
export class RadioButton extends Widget{
static widgetType = "radio_button"
// FIXME: the radio buttons are not visible because of the default heigh provided
// FIXME: the radio buttons are not visible because of the default height provided
constructor(props) {
super(props)