Skip to content

Checkbox and Radio button styling #13

@nevf

Description

@nevf

@finnhvman I've just realized that both checkbox and radio buttons use the user agent stylesheet for their unchecked/unset state which doesn't seem right to me. I would have thought they'd use --matter-helper-theme which is what the checked and indeterminate states use. ie.

.matter-checkbox > input[type="checkbox" i] {
    border-color: rgb(var(--matter-helper-theme));
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions