Radio Button

302 views

A control that corresponds to the selection of controls. ”Placed by a combination of mat-radio-group ” and “ mat-radio-button ”.

When you place a component, the following code is defined by default.

<mat-radio-group data-comp-id = ” mat-radio-button.1″ id= ” mat-radio-button.1″>

    <mat-radio-button> </mat-radio-button>

</mat-radio-group >

There are properties below

Property
Content
Data
Specifies the controls defined in the Magic program.
Click the gear button to display a list of controls. You can choose from here.

Mapping Magic items and passing click events to the Magic side.
Checked
Specify the value to be selected and returned.
Click the gear button to display a list of items. You can choose from here.
Mapping Magic items and passing click events to the Magic side.
is inside Table
Specifies whether to place it in the table.
Check if placed in the table.
By adding [rowId] = ” row.rowId ” tags.
Whenever it is in the table but does not check it, it will be treated as the first line event.
Show Control
Specify the display position of the label. You can specify it from below.
“Is Inside Table” is only valid if checked.

  • None …… always displayed.
  • Is Row Edit …… Displayed only when in Edit mode.
  • Is Row Read …… Displayed only in Read mode.
Label Position
Specifies whether to display the control. You can choose from the following.

  • Default …… Displayed behind the check button.
  • Before …… Displayed before the check button.
  • After… It appears behind the check button.
Label Transformation
Specifies how to convert the text on the label. You can choose from the following.

  • Default ……
  • Uppercase …… Converts to uppercase.
  • Lowercase …… Converts to lowercase.
  • Capitalize …… Converts only the first character to uppercase.
Display If
Specifies whether to display the control.
Similar to Is Visible, but set a logical expression and specify it in True, or False.
Other mg.getValue (mgc.XXXXXXXXXX) ! If you type = ”, it will be displayed because XXXXXXXX is True if it is not blank.
Disabled
Represents an invalid element. Invalid elements are those that cannot be activated ( select, click, enter, etc. )or focus.
Click the gear button to display the dialogue. Now you can enter the text you want to display or select the Angular function.
Mapping Magic items and passing click events to the Magic side.
Class
You can define any class.
Share this Article

Radio Button

Or copy link

CONTENTS