radioBtn

How to write by SpWML

(radioBtn)
+(menu)menu 1
+(menu)menu 2
+(menu)menu 3
// primary color, icon right.
(radioBtn, isV3:true, isPrefixIcon:false, w:100)
+(menu)aaa
+(menu)bbb
+(menu)ccc

Summary

A block that can create radio buttons.

It has not only Radio class variables that has variables that have been further adjusted to improve usability.

To use this type, it is necessary to set IndexManager to SpWMLBuilder or SpWML widget.

Also, if no value is selected, the manager has no value.


Dart Class Reference

RadioBtnElement class


SpWML Parameters

  • The common parameters.

  • Parent parameters.

  • iconSize (double). Set size of icon in px.

  • iconColor (String). Color setting. The color system .

  • splashRadius (double). Set the size of the reaction circle by px on when tapped.

  • enableTapLabel (bool). If true, can tap text. The initial value is false.

  • isV3 (bool). If true, the checkbox color will be the system primary color. Also, the icon changes to a solid type.

  • isPrefixIcon (bool). Default is true, if false the icon is aligned to the right. Note that you may need to specify the width as well, as the text portion will autostretch.

  • isEnabled (bool). Set to false if you want to disable this elements.