Radio Button Native

Content Type: Widget
Categories: Mobile

Overview

Display Booleans with a "Yes" - "No" radio button option and not just a toggle. Display Enums as Radio button list. Docs found here: https://mendixlabs.github.io/app-services-components/

Documentation



Radio Button Widget for Mendix Native

headerIMG

A Radio Button Widget for Mendix Native (Booleans || Enums)

License: MIT License: MIT GitHub issues GitHub issues GitHub issues License: MIT

headerIMG

headerIMG headerIMG

Some key features:

  • Display Booleans with a "Yes" - "No" radio button option and not just a toggle.
  • Display Enums as Radio button list.

Data

Boolean Setup

headerIMG

Enum Setup

headerIMG

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

headerIMG

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

Issues || Track Features

Add issues to project board or open an GH issue.

Releases

Version: 1.0.3
Framework Version: 8.12.5
Release Notes: OnPress Action to call after value has changed
Version: 1.0.2
Framework Version: 8.12.5
Release Notes: Added a Fix on Component mound
Version: 1.0.1
Framework Version: 8.12.5
Release Notes: Fix for Mx 9 users Added 2-way Data binding
Version: 1.0.0
Framework Version: 8.12.5
Release Notes: Some key features: - Display Booleans with a "Yes" - "No" radio button option and not just a toggle. - Display Enums as Radio button list.