Hi,
Tested in demo (v13.1p_2025-01-25/AllModules Development Only).
textBoxStyle property for RadioGroupItem is set to "staticTextItem" despite docs saying that it should be "labelAnchor".
When not using native radio boxes textBoxStyle "staticTextItem" is being applied to labels.
Best regards,
Janusz
Tested in demo (v13.1p_2025-01-25/AllModules Development Only).
textBoxStyle property for RadioGroupItem is set to "staticTextItem" despite docs saying that it should be "labelAnchor".
When not using native radio boxes textBoxStyle "staticTextItem" is being applied to labels.
Code:
//> @attr radioGroupItem.textBoxStyle (FormItemBaseStyle : "labelAnchor" : IRW) // Base CSS class applied to the text for items within this radio group. // @group appearance // @visibility external //< textBoxStyle: "staticTextItem",
Janusz