Skip to content

Checkbox

Clean checkbox with animated checkmark. ARIA checkbox role and keyboard accessible.

Usage

html
<tx-checkbox label="Accept terms"></tx-checkbox>
<tx-checkbox label="Newsletter" checked></tx-checkbox>

Properties

PropertyTypeDefaultDescription
checkedbooleanfalseChecked state
labelstring''Label text

Events

EventDetailDescription
tx-change{ checked: boolean }Fires on state change

Live Demo