Koala logo Design
No matches for “
↑↓ navigate open Esc close
PrimitivesSelect & inputCheckbox

Checkbox

Multi-select member or lone boolean. An ELEMENT helper — renders the input directly so for can bind a bool with the hidden false field, and other attributes pass straight through.

<koala-checkbox>

Model-bound

for="Input.IsCompany"

Explicit name / value

name + value + checked

Multi-value group

States

Unchecked
Checked
Disabled

Radio

visible-circle radio row

API

for Model expression (bool, koala-checkbox)
checked bool (koala-checkbox)
class string (koala-checkbox)
name / value / id passthrough (koala-checkbox)
x-model / x-on:* / disabled / aria-* / data-* passthrough (koala-checkbox)
checked bool (koala-radio)
class string (koala-radio)
name / value / id passthrough (koala-radio)