ok than i start with this
Panel[InputField["", String, FieldHint -> "Enter text",
FieldHintStyle -> {Red}]
Grid[{
{Text@Style["Entropia Shannona"],
Control[{{showGrid, True, ""}, {True, False},
ControlType -> Checkbox}]},
{Text@Style["Entropia Hartleya"],
Control[{{showGrid, False, ""}, {True, False},
ControlType -> Checkbox}]}}]
PopupMenu[
Wszystkie Znaki, {Wszystkie Znaki, Bez znaków Specjalnych,
Tylko Wielkie Litery}]
Button["Licz"]
]
can somebody make this UI like in app form images, and how to make checkbox to have indicated separately?