Bug? [ABMaterial] Checkbox color

MichalK73

Well-Known Member
Licensed User
Longtime User
Hello.

Does anyone have Theme settings for ABMCheckbox working? I can set as I want but I always have the default colors available and can't do anything about it.

Example:
B4X:
    theme.AddCheckboxTheme("check_box1")
    theme.Checkbox("check_box1").CheckedColor = ABM.COLOR_RED
    theme.Checkbox("check_box1").CheckedColorIntensity = ABM.INTENSITY_ACCENT1
    theme.Checkbox("check_box1").LabelColor = ABM.COLOR_BLACK
    theme.Checkbox("check_box1").BorderColor = ABM.COLOR_GREY
Clean browser.Zero cache.
And instead of red color I always have gray default same with the tag (green).
 
Top