Radio Button Widget for Mendix Native
A Radio Button Widget for Mendix Native (Booleans || Enums)
Some key features:
- Display Booleans with a "Yes" - "No" radio button option and not just a toggle.
- Display Enums as Radio button list.
Boolean Setup Data Enum Setup
Name | Type | Desc. |
---|---|---|
Boolean Attribute | attribute |
Select the Boolean attribute coming from the wrapped Data view |
Names of Boolean | object |
If you want to change the default names of the booleans - Add it in here, Select a Boolean Value (true or false) and a Boolean Name the name of the radio button label |
Enumeration Attribute | attribute |
Select the Enum attribute coming from the wrapped Data view |
Styling
Name | Type | Desc. |
---|---|---|
Form Horizontal | boolean |
Should the form display Horizontally? |
Label Horizontal | boolean |
Should the label display Horizontally? |
Button Inner Color | string |
Colour of the Inner Button |
Button Outer Color | string |
Colour of the Outer Button |
Button Size | string |
Size of Button in px |
Button Outer Size | string |
Size of Outer Button in px |
Label Font Size | string |
Font size of label in px |
Label Color | string |
Color of the label |