• orenb's avatar
    cr-settings-checkbox: Add 'inverted' property. · d9f0ed30
    orenb authored
    This will allow us to use it in the Users page (and potentially others) for the
    prefs where the checkbox being checked means the boolean pref is disabled, and
    unchecked means enabled.
    
    Example usage:
    
    <cr-settings-checkbox
              pref="{{prefs.cros.accounts.allowGuest}}" inverted>
    </cr-settings-checkbox>
    
    BUG=495858
    
    Review URL: https://codereview.chromium.org/1156783004
    
    Cr-Commit-Position: refs/heads/master@{#333110}
    d9f0ed30
checkbox.html 834 Bytes